Skip to content

Commit

Permalink
Merge pull request #282 from kayjan/feature/enhance-issue-template
Browse files Browse the repository at this point in the history
Feature/enhance issue template
  • Loading branch information
kayjan authored Aug 23, 2024
2 parents 813c639 + 8536935 commit 931850c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug report
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 🚀 Feature request
description: Suggest an idea for this project
labels: ["enhancement"]
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.
placeholder: I'm always frustrated when [...]
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- 📝 Read the documentation
url: https://bigtree.readthedocs.io
about: Please read the documentation before opening any issues!
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 931850c

Please sign in to comment.