From 254325fe70d6e6a4cd6df35a1f216b7cbbca30ea Mon Sep 17 00:00:00 2001 From: reetasingh Date: Wed, 25 Aug 2021 19:05:05 -0700 Subject: [PATCH] Add PR and Issue template Signed-off-by: reetasingh --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++ 2 files changed, 63 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..8a8fc20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ + + +## Expected Behaviour + + + +## Current Behaviour + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + + +## Your Environment + + +* cloud-provision version + + +* Operating System and version (e.g. Linux, Windows, MacOS): + + +* Cloud provisioner: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f1d3e6d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + + +- [ ] I have raised an issue to propose this change. + +## Description + + +## How Has This Been Tested? + + + + + +## How are existing users impacted? What migration steps/scripts do we need? + + +## Checklist: + +I have: + +- [ ] updated the documentation and/or roadmap (if required) +- [ ] read the [CONTRIBUTION](https://github.com/inlets/inlets/blob/master/CONTRIBUTING.md) guide +- [ ] signed-off my commits with `git commit -s` +- [ ] added unit tests \ No newline at end of file