From d58a5fd2a60a081f7f60bc0abdc342aaf8615c77 Mon Sep 17 00:00:00 2001 From: Justin Findlay Date: Mon, 18 Apr 2016 11:15:27 -0600 Subject: [PATCH] add issue and pull request templates (#811) --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..02ede22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4d38780 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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