Fix template issues

This commit is contained in:
Raj Dave 2026-01-19 00:44:14 +03:00
parent 742a02e980
commit 3dbdd06b91
5 changed files with 10 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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...

View file

@ -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! 🔒**

View file

@ -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