From ab363ef423054b74b0c723704da2aa3bbe0cea8c Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 19:40:06 -0400 Subject: [PATCH 1/6] docs: add issue template config Signed-off-by: Really Him --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f656c24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Report Security Vulnerability + url: https://github.com/reponomics/PolicyChecks/security/advisories/new + about: Please report security vulnerabilities here. + - name: Report Privacy Concern + url: https://github.com/reponomics/PolicyChecks/blob/main/PRIVACY.md + about: Please refer to this documentation to report serious privacy concerns. From f107eafad8c91f6aadee364a1dec1df8b0a9c5cd Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 19:45:37 -0400 Subject: [PATCH 2/6] docs: enhance bug report template with title and labels Updated bug report template to include default title and labels. Signed-off-by: Really Him --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0cf44f3..dfa000d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report -about: Create a report to help us improve -title: "" -labels: "" +about: Create a bug report to help us improve +title: "[BUG] " +labels: "bug" assignees: "" --- From 5d5898a5f389f47ae43a26c60ff55d155cf5160a Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 19:48:46 -0400 Subject: [PATCH 3/6] dos: enhance feature request template details Updated feature request template to clarify purpose and add default title and labels. Signed-off-by: Really Him --- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2507066..912af4a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request -about: Suggest an idea for this project -title: "" -labels: "" +about: Suggest a new feature or enhancement for this project +title: "[FEAT] " +labels: "enhancement" assignees: "" --- From 233fcf9bb697a811fb9dca48aed9a0665997c11a Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 20:03:49 -0400 Subject: [PATCH 4/6] docs: reate documentation improvement issue template Added a template for documentation improvement suggestions. Signed-off-by: Really Him --- .github/ISSUE_TEMPLATE/documentation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..498d3ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,13 @@ +--- +name: Documentation +about: Suggest a documentation improvement +title: '[DOCS] ' +labels: documentation +assignees: '' +--- + +**What part of the documentation do you think needs improving?** (If you are reporting a specific inaccuracy, please provide a link to any relevant docs.) + +**What changes or improvements would you like to see?** + +**Additional Context** (Optional) From 4c423027c9f0dd3a442a116f9922bee234962a1b Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 20:14:11 -0400 Subject: [PATCH 5/6] docs: create general issue template Added a general issue template for non-specific issues. Signed-off-by: Really Him --- .github/ISSUE_TEMPLATE/general_issue.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general_issue.md diff --git a/.github/ISSUE_TEMPLATE/general_issue.md b/.github/ISSUE_TEMPLATE/general_issue.md new file mode 100644 index 0000000..59c6b8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_issue.md @@ -0,0 +1,9 @@ +--- +name: General issue +about: Create a general-purpose issue +title: "" +--- + +## Description + + From 0f8fbeb12dbd125ffaeebe2bb2fd1fcd1bf46d1b Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 3 Sep 2026 20:31:33 -0400 Subject: [PATCH 6/6] docs: formatting fix --- .github/ISSUE_TEMPLATE/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 498d3ad..f689cb9 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,9 +1,9 @@ --- name: Documentation about: Suggest a documentation improvement -title: '[DOCS] ' +title: "[DOCS] " labels: documentation -assignees: '' +assignees: "" --- **What part of the documentation do you think needs improving?** (If you are reporting a specific inaccuracy, please provide a link to any relevant docs.)