Skip to content

Commit 54acc58

Browse files
committed
Add issue and pull request templates for better contribution guidelines
1 parent 72d34f0 commit 54acc58

3 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug Report
3+
about: Something isn't working
4+
labels: bug
5+
---
6+
7+
## What happened?
8+
9+
<!-- Clear description of the bug -->
10+
11+
## Steps to reproduce
12+
13+
1.
14+
2.
15+
3.
16+
17+
## Expected behavior
18+
19+
<!-- What should have happened -->
20+
21+
## Environment
22+
23+
- OS:
24+
- Python:
25+
- Node:
26+
27+
## Logs/Screenshots
28+
29+
<!-- If applicable -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea
4+
labels: enhancement
5+
---
6+
7+
## Problem
8+
9+
<!-- What problem does this solve? -->
10+
11+
## Proposed solution
12+
13+
<!-- How should it work? -->
14+
15+
## Alternatives considered
16+
17+
<!-- Other approaches you've thought about -->

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## What
2+
3+
<!-- Brief description of changes -->
4+
5+
## Why
6+
7+
<!-- Motivation / issue link -->
8+
9+
## How
10+
11+
<!-- Implementation approach -->
12+
13+
## Testing
14+
15+
- [ ] Tests added/updated
16+
- [ ] Manual testing done
17+
18+
## Checklist
19+
20+
- [ ] Code follows project style
21+
- [ ] Self-reviewed
22+
- [ ] No breaking changes (or documented)

0 commit comments

Comments
 (0)