docs: Add issue templates
This commit is contained in:
parent
15d45e4d8e
commit
82f4c326b4
2 changed files with 55 additions and 0 deletions
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for this project
|
||||
labels: Enhancement
|
||||
---
|
||||
|
||||
### Feature Description
|
||||
<!-- Provide a clear and concise description of the feature. -->
|
||||
|
||||
### Rationale
|
||||
<!-- Explain why this feature should be added. -->
|
||||
|
||||
### Functionality
|
||||
<!-- Describe what the feature would do and how it should work. -->
|
||||
|
||||
### Mockup
|
||||
<!-- If applicable, add any visual mock-ups of the feature. -->
|
||||
|
||||
### Platform (please complete the following information if applicable):
|
||||
<!-- - OS: [e.g. iOS, Android, Windows, Linux, macOS] -->
|
||||
<!-- - Browser [e.g. Chrome, Safari] -->
|
||||
<!-- - Version [e.g. 22] -->
|
||||
|
||||
### Additional context
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue