diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..944b5405 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ +**Description**: +Add a description here + +**Acceptance criteria**: +- [ ] A checklist +- [ ] of criteria to accept this story as done diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c405c1b2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +This PR will close #{issue number} + +## Description +Enter a description of the changes here + +## Testing instructions +Add a set up instructions describing how the reviewer should test the code + +- [ ] Review code +- [ ] Check Travis build +- [ ] Review changes to test coverage +- [ ] {more steps here} + +## Agile board tracking +connect to #{issue number}