From 2cdd614051a3ea46b6fed2562dcbec386ac2ccb0 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sun, 24 Mar 2024 00:54:46 -0500 Subject: [PATCH 1/2] Develop PR Template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..51ad214 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +## What Resources are you wanting to add to the Repo? +- + +## Checklist +- [ ] Please make sure that uncommon words are added to the dictionary located in [the wordlist](../config/.wordlist.txt) +- [ ] Does each item have a proper linked reference? From d98274c5601bd83173a4afe78d7a13dc048b8391 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sun, 24 Mar 2024 00:57:15 -0500 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 51ad214..b62383e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -## What Resources are you wanting to add to the Repo? +## What Resources are you wanting to add/modify to the Repo? - ## Checklist