1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add issue template and pull request template

This commit is contained in:
deltaxflux 2018-06-02 12:34:54 +02:00
parent 9e7045ca52
commit 71663fdd17
5 changed files with 81 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/Bug.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Bug Report
about: Something is broken?
---
### Bug Report
#### Summary
<!-- Provide a summary desciribing the problem you are experiencing. -->
##### What is the current behaviour?
<!-- wtf crashes-->
### How to reproduce
##### If the current behaviour is a bug, please provide the steps to reproduce it.
<!-- A great way to do this is to provide screenshots and commands.* -->
##### What do you think the expected behaviour should be?
<!--What do you think should happen?-->

16
.github/ISSUE_TEMPLATE/Feature.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Feature Request
about: You have a neat idea that should be implemented?
---
### Feature Request
<!-- 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 feature you would like to see implemented. -->

11
.github/ISSUE_TEMPLATE/Support.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: ❓ Support Question
about: Have a problem that you can't figure out?
---
| Q | A
|------------ | -----
| Version | 4.10.x
#### Support Question
<!-- Describe the issue you are facing here. -->

16
.github/Improvement.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Improvement
about: You have some improvement to make wtf 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/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**