From d9e37971489b19bf5f4832271700a6ad844904ba Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Wed, 3 Oct 2018 11:12:40 +0100 Subject: [PATCH] Issue and Pull Request Templates (#37) * Created new Issue Template * Created new pull request template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 2 files changed, 30 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..9525bbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Describe the issue you are having + + +### Describe your setup? + + +### Are you running sniproxy + + +### DNS Configuration +``` + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3cdd03c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +### What CDN does this PR relate to + + +### Does this require running via sniproxy + + +### Capture method + + +### Testing Scenario + + +### Testing Configuration +``` + +``` +