GitHub files

This commit is contained in:
MattIPv4
2020-04-27 20:30:56 +01:00
parent 9e615bb036
commit 6467d10f85
6 changed files with 200 additions and 0 deletions

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,16 @@
## Type of Change
<!-- What part of the source are you modifying? Remove the irrelevant options. -->
- **Build Scripts:** <!-- Scripts relating to building, testing or CI -->
- **Tool Source:** <!-- Which part of the tool source? Vue, JS, SCSS? -->
- **Something else:** <!-- Say what it is, here! -->
## What issue does this relate to?
<!-- Use a GitHub keyword ('resolves #xx', 'fixes #xx', 'closes #xx') to automatically close the relevant issue. -->
### What should this PR do?
<!-- Write a quick bullet point summary of the changes this PR should be making. -->
### What are the acceptance criteria?
<!-- Write a list of what should reviewers be checking before they approve this PR. -->
<!-- If there are UI changes, include before and after screenshots in a table for comparison. -->