Skip to content

Commit

Permalink
Add issue template for features.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 17, 2024
1 parent 1264bf7 commit cd0e4a8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us reproduce and fix a bug
labels: bug
labels: [bug]

body:
- type: markdown
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Feature request
description: Suggest an idea for this project
labels: [enhancement]

body:
- type: markdown
attributes:
value: >
#### Please check that this idea has not been proposed previously, by searching through the [issues list](https://github.com/vnmabus/rdata/issues).
- type: textarea
attributes:
label: Motivation
description: >
A clear and concise description of what the problem is. Ex. I am always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Desired functionality
description: >
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Alternatives
description: >
A clear and concise description of any alternative solutions or features you have considered.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: >
Add any other context about the problem here.

0 comments on commit cd0e4a8

Please sign in to comment.