diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index e74bd2ca..fd2f69cd 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -1,5 +1,5 @@ name: Feature request -about: Suggest an enhancement or new feature +description: Suggest an enhancement or new feature title: "[FEATURE] " labels: ["enhancement"] assignees: [] @@ -35,4 +35,3 @@ body: - Medium - High description: Estimated impact on users or project - diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index ab0d0c28..f34d8364 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -1,5 +1,5 @@ name: Bug report -about: Create a report to help us fix a bug +description: Create a report to help us fix a bug title: "[BUG] " labels: ["bug"] assignees: [] @@ -59,4 +59,3 @@ body: description: Check browser console (F12) or server logs for errors. Remove any sensitive information. validations: required: true - diff --git a/.github/ISSUE_TEMPLATE/3_question.yml b/.github/ISSUE_TEMPLATE/3_question.yml index c5e13a5b..61386bde 100644 --- a/.github/ISSUE_TEMPLATE/3_question.yml +++ b/.github/ISSUE_TEMPLATE/3_question.yml @@ -1,5 +1,5 @@ name: Question -about: General questions about usage or implementation +description: General questions about usage or implementation title: "[QUESTION] " labels: ["question"] assignees: [] @@ -18,4 +18,3 @@ body: label: Context / what you've tried description: Provide context about what you're trying to accomplish and what you've already tried placeholder: I'm trying to... and I've already tried... - diff --git a/.github/ISSUE_TEMPLATE/4_security.yml b/.github/ISSUE_TEMPLATE/4_security.yml index cd5b705c..5f7a5dbc 100644 --- a/.github/ISSUE_TEMPLATE/4_security.yml +++ b/.github/ISSUE_TEMPLATE/4_security.yml @@ -1,5 +1,5 @@ name: Security -about: Report a security vulnerability (do not file public issues) +description: Report a security vulnerability (do not file public issues) title: "[SECURITY] " labels: ["security"] assignees: [] @@ -11,8 +11,11 @@ body: If you believe you've found a security vulnerability, **do not open a public issue**. - Use GitHub's private security advisory feature: [Report a vulnerability](https://github.com/nicotsx/zerobyte/security/advisories/new) + Please report security vulnerabilities privately through one of these methods: + + - Use GitHub's private security advisory feature: [Report a vulnerability](https://github.com/RajDave69/zerobyte/security/advisories/new) + - Contact the maintainers directly via email if listed in the repository This helps us address security issues responsibly before they can be exploited. - + **Thank you for helping keep Zerobyte secure! 🔒** diff --git a/.github/ISSUE_TEMPLATE/5_blank.yml b/.github/ISSUE_TEMPLATE/5_blank.yml index de7d97e2..c267a36c 100644 --- a/.github/ISSUE_TEMPLATE/5_blank.yml +++ b/.github/ISSUE_TEMPLATE/5_blank.yml @@ -1,5 +1,5 @@ name: Blank Issue -about: Create a blank issue for anything that doesn't fit other templates +description: Create a blank issue for anything that doesn't fit other templates title: "" labels: [] assignees: [] @@ -17,4 +17,3 @@ body: If you have a question, consider using the Question template instead. validations: required: true -