Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Aug 1, 2023
1 parent 96c2822 commit 26ce51e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Bug Report
description: Report a bug anywhere in the project
body:
- type: markdown
attributes:
value: |
**Please include:**
* Clear reproduction steps.
* Frequency with which the steps above reproduce the bug (if not 100%).
* Expected result(s) of the reproduction steps, as well as the actual ones.
Detailed reports are more likely to be addressed faster.
- type: textarea
attributes:
label: Description
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Feature request
description: Request some new functionality
body:
- type: textarea
attributes:
label: Description
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Question
description: Ask a question about the project
body:
- type: textarea
attributes:
label: Description
validations:
required: true

0 comments on commit 26ce51e

Please sign in to comment.