⚙️ Update issue template with custom config.yml file
Some checks failed
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

This commit is contained in:
pheralb 2024-11-15 10:42:12 +00:00
parent 9e3c451cfb
commit d0766d786d
2 changed files with 54 additions and 0 deletions

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: '✉️ Contact'
url: 'https://x.com/pheralb_'
about: 'Send a private message to report a problem or remove a logo.'

View File

@ -0,0 +1,49 @@
---
name: 🚧 Bug Report
about: Report an issue or bug in the project
title: '[🚧 Bug]: Issue title'
labels: bug
---
## Description
**What is the issue?**
Provide a clear and concise description of the problem. Include details about what you expected to happen and what actually happened.
---
## Steps to Reproduce
**1.** Step 1
**2.** Step 2
**3.** Step 3
Provide detailed instructions to help us reproduce the issue.
---
## Expected Behavior
What should have happened instead of the issue?
---
## Screenshots
If applicable, add screenshots or videos to help explain the problem.
---
## Additional Information
**Project version:**
Specify the project version or commit hash you are using.
**Environment details:**
- OS:
- Browser (if applicable):
- Node.js version (if applicable):
- Any other relevant details:
---