Skip to content

Commit

Permalink
Add general instructions to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DAAAAAAAAAAAAAAAAN committed Jan 7, 2024
1 parent f46d786 commit d173cd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: Form to report a bug
labels: ["bug"]
projects: []
body:
- type: markdown
attributes:
value: |
This form is for reporting any situation where a feature is not working as expected.
- type: textarea
id: info
attributes:
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: Form to request a feature
labels: ["enhancement"]
projects: []
body:
- type: markdown
attributes:
value: |
This form is for requesting any functional change of the software. Features can sometimes be for the developers only, such as adding tests or renaming things. In that case, start with 'as a developer, I want ..'.
- type: textarea
id: story
attributes:
Expand Down

0 comments on commit d173cd8

Please sign in to comment.