diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f42ed03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +## Description + +## Sub-tasks +-[] ... + +## Resources +* ... diff --git a/docs/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 68% rename from docs/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md index 3a10a75..d97c493 100644 --- a/docs/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,6 @@ ## Check lists (check x in [ ] of list items) - [ ] Test written/updating - [ ] Tests passing -- [ ] Coding style (indentation, etc) +- [ ] Coding style (see [AMP Style Guide](https://docs.google.com/document/d/12psTRj222Epa1dPj1StSx_5ltzKU0ssKErxQkieUkwc/edit?usp=sharing)) ## Any additional comments?