From 4e93e03e6a42c6858426029b919523a969a3d06a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 31 Oct 2025 17:32:58 +0100 Subject: [PATCH] Link to CONTRIBUTING.md from issue templates. --- .github/ISSUE_TEMPLATE/bug.yaml | 6 ++++++ .github/ISSUE_TEMPLATE/feature.yaml | 6 ++++++ .github/ISSUE_TEMPLATE/installer-bug.yaml | 6 ++++++ CONTRIBUTING.md | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index ea43089..d72d940 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -2,6 +2,12 @@ name: Bug Report description: File a bug report. labels: ["bug"] body: + - type: checkboxes + attributes: + label: Prerequisites + options: + - label: I have read [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) + required: true - type: textarea attributes: label: Bug Report Details diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index fd5871e..006315e 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -2,6 +2,12 @@ name: Feature Request description: Suggest a new feature or improvement to Rayhunter labels: ["enhancement"] body: + - type: checkboxes + attributes: + label: Prerequisites + options: + - label: I have read [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) + required: true - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/installer-bug.yaml b/.github/ISSUE_TEMPLATE/installer-bug.yaml index b48b1c8..52f3157 100644 --- a/.github/ISSUE_TEMPLATE/installer-bug.yaml +++ b/.github/ISSUE_TEMPLATE/installer-bug.yaml @@ -2,6 +2,12 @@ name: Installer Issue description: File an bug related to an installer issue. labels: ["bug", "installer"] body: + - type: checkboxes + attributes: + label: Prerequisites + options: + - label: I have read [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) + required: true - type: input attributes: label: Rayhunter Version diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30806c7..22cfbee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Our issue tracker is [on GitHub](https://github.com/EFForg/rayhunter/issues). - Issues should be actionable. If you don't have a specific feature request or bug report, consider [creating a - discussion](https://github.com/EFForg/rayhunter/discussions) instead. + discussion](https://github.com/EFForg/rayhunter/discussions) or [joining our Mattermost](https://efforg.github.io/rayhunter/support-feedback-community.html) instead. Example of a good bug report: