Improve issue template

This commit is contained in:
deltaxflux 2018-05-29 20:24:37 +02:00
parent 99f693e950
commit db055b36df
6 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
name: Improvement
about: You have some improvement to make Bumblebee-status bar better?
---
### Improvement
<!-- Fill in the relevant information below to help triage your issue. -->
| Q | A
|------------ | ------
| New Feature | yes
| RFC | yes/no
| BC Break | yes/no
#### Summary
<!-- Provide a summary of the improvement you are submitting. -->

18
.github/PULL_REQUEST_TEMPLATE/Other.md vendored Normal file
View file

@ -0,0 +1,18 @@
---
name: Other
about: You have some other ideas you want to introduce?
---
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
**What kind of change does this PR introduce?**
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
**Summary**
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->
**Does this PR introduce a breaking change?**
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
**Other information**