Skip to content

Commit

Permalink
docs: update issue templates with default titles
Browse files Browse the repository at this point in the history
Signed-off-by: Milad Nekofar <[email protected]>
  • Loading branch information
nekofar committed Jul 24, 2023
1 parent d3e7ccb commit b397490
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug report
description: Create a report to help us improve

labels:
- bug
assignees:
- nekofar

body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Describe the bug here.

- type: textarea
attributes:
label: Steps to reproduce the behavior
description: List the steps to reproduce the behavior, including any necessary environment details.
placeholder: List the steps to reproduce here.

- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: Describe the expected behavior here.

- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain the problem.
placeholder: Add any relevant screenshots here.

- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
placeholder: Add any additional context here.
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature request
description: Suggest an idea for this project

labels:
- enhancement
assignees:
- nekofar

body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when ...
placeholder: Describe the problem here.

- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Describe the solution you'd like here.

- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Describe alternatives here.

- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: Add any additional context or screenshots here.

0 comments on commit b397490

Please sign in to comment.