Update issue and PR format
This commit is contained in:
parent
064bf6f62f
commit
d554c5fff5
2 changed files with 11 additions and 12 deletions
|
@ -1,19 +1,18 @@
|
||||||
Issue tracker is **ONLY** used for reporting bugs/issues. **NO NEW FEATURES SUGGESTIONS!**
|
<!-- Provide a general summary of the issue/question in the title above. -->
|
||||||
|
<!-- Incase of a question, remove the format below, and write your question. -->
|
||||||
<!--- Provide a general summary of the issue in the title above. -->
|
|
||||||
|
|
||||||
### Expected Behavior
|
### Expected Behavior
|
||||||
<!--- Tell us what should happen. -->
|
<!-- Tell us what should happen. -->
|
||||||
|
|
||||||
### Current Behavior
|
### Current Behavior
|
||||||
<!--- Tell us what happens instead of the expected behavior. -->
|
<!-- Tell us what happens instead of the expected behavior. -->
|
||||||
|
|
||||||
### Possible Solution
|
### Possible Solution
|
||||||
<!--- Think you have a solution? Let us know! -->
|
<!-- Think you have a solution? Let us know! -->
|
||||||
|
|
||||||
### Steps to Reproduce
|
### Steps to Reproduce
|
||||||
<!--- Provide a link to a live example, or a set of steps to reproduce -->
|
<!-- Provide a link to a live example, or a set of steps to reproduce -->
|
||||||
<!--- this bug. Issue will be closed/ignored if missing. -->
|
<!-- this bug. Issue will be closed/ignored if missing. -->
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- Give a brief summary of your changes. -->
|
<!-- Give a brief summary of your changes in the title. -->
|
||||||
|
|
||||||
### Description of Changes
|
### Description of Changes
|
||||||
<!--- Describe your changes in detail. -->
|
<!-- Describe your changes in detail. -->
|
||||||
|
|
||||||
### Screenshots (optional)
|
### Screenshots (optional)
|
||||||
|
|
||||||
|
@ -12,5 +12,5 @@
|
||||||
<!-- [ ] = Unchecked, [x] = Checked. -->
|
<!-- [ ] = Unchecked, [x] = Checked. -->
|
||||||
* [ ] My changes follow the Contributing Guidelines. <!-- See CONTRIBUTING.md to verify. -->
|
* [ ] My changes follow the Contributing Guidelines. <!-- See CONTRIBUTING.md to verify. -->
|
||||||
* [ ] My changes implement realistic features. <!-- Only aircraft changes require this. -->
|
* [ ] My changes implement realistic features. <!-- Only aircraft changes require this. -->
|
||||||
* [ ] Please have an IDG Developer test my changes before merging.
|
* [ ] Please have an IDG Developer test my changes before merging. <!-- We will always briefly test, but if it needs a "full" test, please check). -->
|
||||||
* [x] My changes are ready for merging. <!-- Uncheck if you want to decide when to merge. -->
|
* [x] My changes are ready for merging. <!-- Uncheck if you want to decide when to merge. -->
|
Reference in a new issue