mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Tweak the pull request and issue templates
The most "important" change here is to remove the checkboxes for "Tests Written" on the pull request template. Because they're checkboxes rather than radio buttons, no matter which one you checked it would show "1/2 complete" for any references to that PR in other issues.
This commit is contained in:
parent
5096d33bc3
commit
ea7c753333
2 changed files with 6 additions and 5 deletions
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,10 +1,10 @@
|
|||
### Description of Issue/Question
|
||||
|
||||
### Setup
|
||||
*Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).*
|
||||
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
|
||||
|
||||
### Steps to Reproduce Issue
|
||||
*Include debug logs if possible and relevant.*
|
||||
(Include debug logs if possible and relevant.)
|
||||
|
||||
### Versions Report
|
||||
*Provided by running* ``salt --versions-report``
|
||||
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.)
|
||||
|
|
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -3,10 +3,11 @@
|
|||
### What issues does this PR fix or reference?
|
||||
|
||||
### Previous Behavior
|
||||
Remove this section if not relevant
|
||||
|
||||
### New Behavior
|
||||
Remove this section if not relevant
|
||||
|
||||
### Tests written?
|
||||
- [ ] Yes
|
||||
- [ ] No
|
||||
|
||||
Yes/No
|
||||
|
|
Loading…
Add table
Reference in a new issue