Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ""
---

Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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: ""
---

Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/general_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: General issue
about: Create a general-purpose issue
title: ""
---

## Description

<!-- If you wish to report a bug, suggest a feat, or discuss documentation, please use one of the designated issue templates. This is intended for any other issues that do not fall into those categories. -->