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 name: Feature request
about: Suggest an enhancement or new feature description: Suggest an enhancement or new feature
title: "[FEATURE] " title: "[FEATURE] "
labels: ["enhancement"] labels: ["enhancement"]
assignees: [] assignees: []
@ -35,4 +35,3 @@ body:
- Medium - Medium
- High - High
description: Estimated impact on users or project description: Estimated impact on users or project

View file

@ -1,5 +1,5 @@
name: Bug report 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] " title: "[BUG] "
labels: ["bug"] labels: ["bug"]
assignees: [] assignees: []
@ -59,4 +59,3 @@ body:
description: Check browser console (F12) or server logs for errors. Remove any sensitive information. description: Check browser console (F12) or server logs for errors. Remove any sensitive information.
validations: validations:
required: true required: true

View file

@ -1,5 +1,5 @@
name: Question name: Question
about: General questions about usage or implementation description: General questions about usage or implementation
title: "[QUESTION] " title: "[QUESTION] "
labels: ["question"] labels: ["question"]
assignees: [] assignees: []
@ -18,4 +18,3 @@ body:
label: Context / what you've tried label: Context / what you've tried
description: Provide context about what you're trying to accomplish and what you've already 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... placeholder: I'm trying to... and I've already tried...

View file

@ -1,5 +1,5 @@
name: Security name: Security
about: Report a security vulnerability (do not file public issues) description: Report a security vulnerability (do not file public issues)
title: "[SECURITY] " title: "[SECURITY] "
labels: ["security"] labels: ["security"]
assignees: [] assignees: []
@ -11,8 +11,11 @@ body:
If you believe you've found a security vulnerability, **do not open a public issue**. 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. 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 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: "" title: ""
labels: [] labels: []
assignees: [] assignees: []
@ -17,4 +17,3 @@ body:
If you have a question, consider using the Question template instead. If you have a question, consider using the Question template instead.
validations: validations:
required: true required: true