From fb4055683e50a232640b02ad15b5b51e7a55c5c5 Mon Sep 17 00:00:00 2001 From: Jordan Welch Date: Sat, 10 Feb 2024 14:39:03 -0600 Subject: [PATCH 1/3] Fix filename --- CONTRIBUTING.md => CONTRIBUTING | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => CONTRIBUTING (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING similarity index 100% rename from CONTRIBUTING.md rename to CONTRIBUTING From e580f7707945376d960365fa0c364e19b12b5235 Mon Sep 17 00:00:00 2001 From: Jordan Welch Date: Sat, 10 Feb 2024 14:39:38 -0600 Subject: [PATCH 2/3] Remove suffix --- .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 9c20ec6..93967c8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ If you would like collaboration feel free to open a draft & ask for help or feed ## Checklist -- [ ] I have read the [CONTRIBUTING.md]('../CONTRIBUTING.md') document +- [ ] I have read the [CONTRIBUTING]('../CONTRIBUTING') document - [ ] I have updated the documentation as needed - [ ] I have added/updated tests to cover my changes From 5f583f9a3b559dd915e84a17f98499a71d391a49 Mon Sep 17 00:00:00 2001 From: Jordan Welch Date: Sat, 10 Feb 2024 14:40:36 -0600 Subject: [PATCH 3/3] use full link --- .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 93967c8..c0c4757 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ If you would like collaboration feel free to open a draft & ask for help or feed ## Checklist -- [ ] I have read the [CONTRIBUTING]('../CONTRIBUTING') document +- [ ] I have read the [CONTRIBUTING](https://github.com/JHWelch/MMM-CTA/blob/main/CONTRIBUTING) document - [ ] I have updated the documentation as needed - [ ] I have added/updated tests to cover my changes