From 0e1811edc9f33e359331d9560dac6b80152f7b13 Mon Sep 17 00:00:00 2001 From: alanssitis Date: Sun, 6 Feb 2022 13:57:53 -0500 Subject: [PATCH] add templates --- .github/ISSUE_TEMPLATE.md | 7 +++++++ .../PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md rename docs/pull_request_template.md => .github/PULL_REQUEST_TEMPLATE.md (68%) 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?