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): 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)