Skip to content

Commit d663d65

Browse files
added pull request template (#759)
* added pull request template
1 parent a9e8bee commit d663d65

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## What type of PR is this? (check all applicable)
2+
3+
- [ ] Refactor
4+
- [ ] Feature
5+
- [ ] Bug Fix
6+
- [ ] Optimization
7+
- [ ] Documentation Update
8+
- [ ] Other
9+
10+
## Description
11+
12+
13+
## Related Issues
14+
<!-- Add many as needed, one per line. -->
15+
- Closes #
16+
17+
18+
### PR checklist
19+
Before submitting this pull request, I have done the following:
20+
- [ ] Read the [contributing guidelines](https://github.com/getsentry/responses?tab=readme-ov-file#contributing)
21+
- [ ] Ran `tox` and `pre-commit` checks locally
22+
- [ ] Added my changes to the [CHANGES](./../CHANGES) file
23+
24+
25+
## Added/updated tests?
26+
> Current repository has 100% test coverage.
27+
28+
- [ ] Yes
29+
- [ ] No, and this is why: <!-- _please replace this line with details on why tests
30+
have not been included_ -->
31+
- [ ] I need help with writing tests

0 commit comments

Comments
 (0)