Skip to content

Commit

Permalink
docs: github issue templates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
muddman committed Mar 9, 2020
1 parent 5e779d6 commit d0f21b1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug Report
about: If something isn't working as expected
labels: "Status: Untriaged"
---

### Description
<!--- Briefly describe the issue -->

### Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)

### Steps to Reproduce Issue
<!--- Steps to take to replicate your problem. -->
(Include debug logs if possible and relevant.)

### Versions Report
(Provided by running `salt --versions-report and mention any differences in master/minion versions.
Include Chef test kitchen and inspec versions if applicable.)

## Client Output
<!--- The relevant output of or a link to a gist of the entire run, if there is one.
21 changes: 21 additions & 0 deletions .github/PUTT_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### 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?
**[NOTICE] Bug fixes or added features require tests.**
Please review the documentaiton for [saltstack test](https://docs.saltstack.com/en/latest/topics/tutorials/writing_tests.html), [test kitchen](https://www.saltstack.com/blog/testing-your-salt-states-with-kitchen-salt/), [kitchen-salt](https://kitchen.saltstack.com/) and [inspec](https://www.inspec.io/docs/) where appropriate.

Yes/No

### Commits signed with GPG?

Yes/No

See GitHub's [page on GPG signing](https://help.github.com/articles/signing-commits-using-gpg/) for more information about signing commits with GPG.

0 comments on commit d0f21b1

Please sign in to comment.