Skip to content

Commit

Permalink
chore: feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Nov 21, 2022
1 parent 8e966f9 commit 0a23d0e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body:
attributes:
value: |
Before opening an issue, we recommend:
* Use English to communicate.
* Search for duplicates of [Issues](https://github.com/eolinker/eoapi/issues) and [Discussions](https://github.com/eolinker/eoapi/discussions) unresolved.
- type: textarea
id: bug-description
Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'Feature Request'
description: Suggest an idea for this project
body:
- type: markdown
attributes:
value: |
Before opening an issue, we recommend:
* Use English to communicate.
* Search for duplicates of [Issues](https://github.com/eolinker/eoapi/issues) and [Discussions](https://github.com/eolinker/eoapi/discussions) unresolved.
- type: textarea
id: bug-description
attributes:
label: Describe the feature
description: A clear and concise description of what the feature is..
placeholder: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: Share your environment details. Reports without proper environment details will likely be closed.
placeholder: |
- Eoapi Version [e.g. 1.7.0]
- OS: [e.g. Darwin arm64 21.5.0]
validations:
required: true

0 comments on commit 0a23d0e

Please sign in to comment.