Skip to content

Commit

Permalink
feat(templates): bug-report,feature req templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 17, 2023
1 parent a883168 commit 21b9755
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bug report
description: Report a problem
labels: [bug]
body:
- type: textarea
attributes:
label: "Description"
description: "A brief summary of the issue"
validations:
required: true
- type: input
attributes:
label: "Software Version"
description: "Please provide the version number, e.g., `0.1.1`"
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce"
description: "Detailed steps to reproduce the issue. If possible, please provide a sample command or actions taken."
validations:
required: true
- type: textarea
attributes:
label: "Expected Behavior"
description: "A clear description of what you expected to happen"
validations:
required: true
- type: textarea
attributes:
label: "Actual Behavior"
description: "A description of the behavior you observed. Feel free to include images, gifs, or any other supporting materials."
validations:
required: true
- type: textarea
attributes:
label: "Additional Information"
description: "Any additional information that might be helpful in understanding the context or environment in which the issue occurred"
validations:
required: false
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: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Feature request
description: Describe a feature you want to see
labels: [feature-request]
body:
- type: textarea
attributes:
label: "Description"
description: "A clear and concise description of the feature you are requesting"
validations:
required: true
- type: input
attributes:
label: "Related Documentation or Links"
description: "Provide any supporting documents, links, or references that can help in understanding or implementing the feature."
validations:
required: false

0 comments on commit 21b9755

Please sign in to comment.