Skip to content

Commit a4db4f7

Browse files
committed
adding templates
1 parent 50ae539 commit a4db4f7

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or unexpected behavior in the project
4+
title: "[Bug]: "
5+
labels: ["bug"]
6+
assignees: []
7+
---
8+
9+
### Description
10+
11+
A clear and concise description of what the bug is.
12+
13+
### 🧪 Steps to Reproduce
14+
15+
1. Go to '...'
16+
2. Click on '...'
17+
3. Scroll down to '...'
18+
4. See the error
19+
20+
### Expected Behavior
21+
22+
Describe what you expected to happen instead.
23+
24+
### Environment
25+
26+
Please complete the following information:
27+
28+
- OS: [e.g. macOS, Windows, Linux]
29+
- Browser/Version (if applicable): [e.g. Chrome 120]
30+
- App/Version (if applicable): [e.g. 1.2.3]
31+
- Node version (if applicable): [e.g. 18.17.0]
32+
- Other context (e.g., environment variables, configs)
33+
34+
### Screenshots or Logs
35+
36+
If applicable, add screenshots or log snippets to help explain your problem.
37+
38+
### Additional Context
39+
40+
Add any other context about the issue here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 Questions & Discussions
4+
url: https://github.com/<your-username>/<your-repo>/discussions
5+
about: For general questions or discussions, please use GitHub Discussions.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new idea, feature, or enhancement
4+
title: "[Feature]: "
5+
labels: ["enhancement"]
6+
assignees: []
7+
---
8+
9+
### Summary
10+
11+
A clear and concise description of the feature you'd like to see.
12+
13+
### Motivation
14+
15+
Why is this feature important? What problem does it solve?
16+
17+
### Proposed Solution
18+
19+
Describe how you think this feature should work or be implemented.
20+
21+
### Alternatives Considered
22+
23+
Have you thought about any alternative solutions or workarounds?
24+
25+
### Additional Context
26+
27+
Add any other relevant information, mockups, or screenshots here.

0 commit comments

Comments
 (0)