diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9230b82c..a94aedb5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -4,7 +4,7 @@ labels: [bug] body: - type: checkboxes attributes: - label: Something is actually broken, I am not requesting help with my configuration. + label: I am not requesting help with my configuration and believe something is genuinely broken. description: Please open a discussion if you need support. options: - label: Something is really actually broken. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddba6f7a..210ab8db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,7 @@ ## Design -Check out the "[Design Philosphy](./docs/explanation/design.md)" to ensure -your changes are consistent. +To understand our mindset in developing this plugin and how to ensure your changes align with that mindset, check out the "[Design Philosophy(./docs/explanation/design.md)." ## Commit messages