Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: 🐛 Bug

description: Report an issue to help improve the project.

labels: ["bug"]

body:

- type: textarea

id: description

attributes:

label: Description

description: A brief description of the question or issue, also include what you tried and what didn't work

validations:

required: true

- type: textarea

id: screenshots

attributes:

label: Screenshots

description: Please add screenshots if applicable

validations:

required: false

- type: textarea

id: extrainfo

attributes:

label: Additional information

description: Is there anything else we should know about this bug?

validations:

required: false

- type: markdown

attributes:

value: |

Feel free to check out other cool repositories of the [Fairfield Programming Association](https://github.com/fairfield-programming).