Create an Issues Submission Page Enhancement (#2271)
* create and Issue Template Directory with a Bug Report Template File derived from moved ISSUE_TEMPLATE FILE * create a Feature Request Template * Update .github/ISSUE_TEMPLATE/Bug_report.md Fix naming issue Co-Authored-By: koolamusic <8960757+koolamusic@users.noreply.github.com>
This commit is contained in:
parent
7d8a889506
commit
eee2c1b032
2 changed files with 40 additions and 2 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: "\U0001F680Feature or Enhancement"
|
||||
about: Suggest an Idea or Enhancement for MithrilJS
|
||||
---
|
||||
|
||||
### Description
|
||||
|
||||
<!--- Provide a detailed description of the change or addition you are proposing -->
|
||||
|
||||
### Why
|
||||
|
||||
<!--- Why is this change important to you? How would you use it? -->
|
||||
|
||||
<!--- How can it benefit other users? -->
|
||||
|
||||
### Possible Implementation & Open Questions
|
||||
|
||||
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
|
||||
|
||||
<!--- What still needs to be discussed -->
|
||||
|
||||
### Is this something you're interested in working on?
|
||||
|
||||
<!--- Yes or no -->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue