Skip to content

Commit a54f1a2

Browse files
authored
Merge pull request #113 from vedansh-5/githubTemplates
Fix: Move issue templates to .github/ISSUE_TEMPLATE directory
2 parents 4a4a673 + 1b55a6b commit a54f1a2

File tree

3 files changed

+71
-34
lines changed

3 files changed

+71
-34
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior
4+
title: "[Bug] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Description
11+
A clear and concise description of what the bug is.
12+
13+
### Steps to Reproduce
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '...'
17+
3. Scroll down to '...'
18+
4. See error
19+
20+
### Expected Behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
### Actual Behavior
24+
A clear and concise description of what actually happened.
25+
26+
### Screenshots
27+
If applicable, add screenshots to help explain your problem.
28+
29+
### Additional Context
30+
Add any other context about the problem here.
31+
32+
---
33+
34+
## Contribution Checklist
35+
- [ ] I have searched existing issues to ensure this bug hasn't been reported
36+
- [ ] I have provided clear reproduction steps
37+
- [ ] I have included relevant environment details
38+
- [ ] I have described both expected and actual behavior
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Feature or Enhancement Request
3+
about: Suggest a new feature or improvement to existing functionality
4+
title: '[Enhancement]: <short description>'
5+
labels: ['enhancement']
6+
assignees: ''
7+
---
8+
9+
## Enhancement Summary
10+
A clear and concise description of the enhancement or feature you'd like to see.
11+
12+
### Motivation
13+
Why is this feature needed? What problem does it solve or what value does it add?
14+
15+
### Proposed Solution
16+
Describe your idea or how you would like it to work.
17+
18+
### Alternatives Considered
19+
Have you thought of any other ways to solve the problem?
20+
21+
### Screenshots / Mockups
22+
If applicable, add visuals or examples of how this could look/work.
23+
24+
### Additional Context
25+
Any other relevant information or use cases.
26+
27+
---
28+
29+
## Contribution Checklist
30+
- [ ] I have checked existing enhancement requests
31+
- [ ] I have clearly described the proposed change
32+
- [ ] I have explained the motivation and context
33+
- [ ] I am willing to help implement this feature (optional)

0 commit comments

Comments
 (0)