Skip to content

Commit 4685a01

Browse files
authored
[Bounty] Add PULL_REQUEST_TEMPLATE.md (#20)
Adds PR template.
1 parent 64e879b commit 4685a01

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

ISSUE_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Describe the bug
10+
<!-- A clear and concise description of the bug -->
11+
12+
## To Reproduce
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
## Expected behavior
20+
<!-- A clear and concise description of what you expected to happen -->
21+
22+
## Screenshots
23+
<!-- If applicable, add screenshots to help explain your problem -->
24+
25+
## Environment
26+
- OS:
27+
- Python version:
28+
- Project version:
29+
30+
## Additional context
31+
<!-- Add any other context about the problem here -->

PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Thank you for contributing to this project!
3+
4+
Please fill out the information below to help us review your pull request.
5+
-->
6+
7+
## Description
8+
<!-- Brief description of the changes -->
9+
10+
## Type of Change
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Breaking change
14+
- [ ] Documentation update
15+
16+
## Testing
17+
<!-- Describe how you tested the changes -->
18+
19+
## Checklist
20+
- [ ] My code follows the style guidelines
21+
- [ ] I have performed a self-review
22+
- [ ] I have commented my code, particularly in hard-to-understand areas
23+
- [ ] I have made corresponding changes to the documentation
24+
- [ ] My changes generate no new warnings
25+
- [ ] I have tested changes locally
26+
27+
## Bounty Claim
28+
If this PR addresses a bounty issue:
29+
- Issue number:
30+
- Wallet ID:

0 commit comments

Comments
 (0)