mirror of
https://github.com/pheralb/svgl.git
synced 2024-12-04 21:32:37 +08:00
⚙️ Update issue template with custom config.yml file
This commit is contained in:
parent
9e3c451cfb
commit
d0766d786d
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.'
|
49
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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:
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user