Skip to content

Commit 008f2f8

Browse files
authored
Merge pull request #244 from rahuldkjain/pr-template
[add]: pr-template
2 parents 19b6a99 + a1dfb87 commit 008f2f8

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
For Work In Progress Pull Requests, please use the Draft PR feature,
3+
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
4+
5+
For a timely review/response, please avoid force-pushing additional
6+
commits if your PR already received reviews or comments.
7+
8+
Before submitting a Pull Request, please ensure you've done the following:
9+
- 📖 Read the Contributing Guide: https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/CONTRIBUTING.md#create-a-pull-request.
10+
- 📖 Read the Code of Conduct: https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/CODE_OF_CONDUCT.md.
11+
- 👷‍♀️ Create small PRs. In most cases this will be possible.
12+
- ✅ Provide issue number with link.
13+
- 📝 Use descriptive commit messages.
14+
- 📗 Update any related documentation and include any relevant screenshots.
15+
-->
16+
17+
## What type of PR is this? (check all applicable)
18+
19+
- [ ] Refactor
20+
- [ ] Feature
21+
- [ ] Bug Fix
22+
- [ ] Enhancement
23+
- [ ] Documentation Update
24+
25+
## Description
26+
27+
## Related Tickets & Documents
28+
29+
## QA Instructions, Screenshots, Recordings
30+
31+
_Please replace this line with instructions on how to test your changes, as well
32+
as any relevant images for UI changes._
33+
34+
<!-- ## Added tests?
35+
36+
- [ ] yes
37+
- [ ] no, because they aren't needed
38+
- [ ] no, because I need help -->
39+
40+
## Added to documentation?
41+
42+
- [ ] readme
43+

0 commit comments

Comments
 (0)