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: "" --- 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. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..f689cb9 --- /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) 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: "" --- 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 + +