From 1a9b77ea3a96365001294788578f131aa982a660 Mon Sep 17 00:00:00 2001 From: Sajid Ibne Anower Date: Sat, 29 Sep 2018 01:44:52 +1000 Subject: [PATCH 1/2] PAR-1 #time 10m add minimal issue template --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..8388d55b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ + + +## Please provide as much information as possible. +## If you deem some of them irrelevant, feel free to skip them + +### Brief description of the problem + +{Please comment here} + +### Steps to Reproduce (including precondition) + + +### Your Environment + +- [ ] Running owr-vm +- [ ] Running on my own machine + +#### If running on your own machine, provide: + +- OS and OS version (For example, Ubuntu 16.04): From 980c51edfac410d233c2b4b30877c4985fc4a3f7 Mon Sep 17 00:00:00 2001 From: Sajid Ibne Anower Date: Sat, 29 Sep 2018 01:47:32 +1000 Subject: [PATCH 2/2] PAR-2 #time 10m add a PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6f3724f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ + + +### Description of your work + +### Check lists (check `x` in `[ ]` of list items) + +- [ ] Delete branch after merging +- [ ] `Squash and Merge` my work (leave if unsure)