diff --git a/.github/labels.yml b/.github/labels.yml index 310a5ea..878e39d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,16 +1,16 @@ labels: - name: "add mod" conditions: - - body: "- [x] Add mod to alternatives page" + - body: "^-\s\[x\] Add mod to alternatives page$" - name: "enhancement" conditions: - - body: "- [x] Site changes" + - body: "^-\s\[x\] Site changes$" - name: "documentation" conditions: - - body: "- [x] Chore/documentation updates" + - body: "^-\s\[x\] Chore/documentation updates$" - name: "BREAKING CHANGE" conditions: - - body: "- [x] Tick this box if you made changes that may or may not break site functionality." + - body: "^-\s\[x\] Tick this box if you made changes that may or may not break site functionality\.$" - name: "Merge conflict identified" conditions: - mergeable: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 75a1c77..e0c7b9d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,6 +30,10 @@ Resolves #x +## Any extra notes? + + + ## Checklist @@ -47,7 +51,7 @@ Resolves #x - [ ] I have clearly explained why I have done this. -- [ ] I have proofread the documentation changed and have ensured tehre are no spelling or grammatical errors. +- [ ] I have proofread the documentation changed and have ensured there are no spelling or grammatical errors. - [ ] (Workflow updates only) I have tested the workflow to ensure its functionality.