mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
add issue and pull request templates (#811)
This commit is contained in:
parent
3962b84dd3
commit
d58a5fd2a6
2 changed files with 24 additions and 0 deletions
11
.github/ISSUE_TEMPLATE.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
### Description of Issue/Question
|
||||||
|
|
||||||
|
### Setup
|
||||||
|
(Please provide relevant configs (Be sure to remove sensitive info).)
|
||||||
|
|
||||||
|
### Steps to Reproduce Issue
|
||||||
|
(Include debug logs if possible, `bootstrap-salt.sh -D`.)
|
||||||
|
|
||||||
|
### Versions and Systems
|
||||||
|
(`salt --versions-report`, `bootstrap-salt.sh -v`, system type and version,
|
||||||
|
cloud/VM provider as appropriate.)
|
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
### What does this PR do?
|
||||||
|
|
||||||
|
### 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
|
Loading…
Add table
Reference in a new issue