Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 357c354

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 253cac8 commit 357c354

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--
2+
Thanks for submitting a pull request!
3+
4+
Please make sure you've read and understood our contributing guidelines;
5+
https://github.com/Jalgaon-CoHelp/api-service/blob/master/CONTRIBUTING.md
6+
7+
If this is a bug fix, make sure your description includes "fixes #xxxx", or
8+
"closes #xxxx", where #xxxx is the issue number.
9+
10+
Please provide enough information so that others can review your pull request.
11+
The first three fields are mandatory:
12+
-->
13+
14+
## Summary
15+
16+
<!--
17+
Explain the **motivation** for making this change.
18+
What existing problem does the pull request solve?
19+
-->
20+
21+
## Description for the changelog
22+
23+
<!--
24+
Write a short (one line) summary that describes the changes in this
25+
pull request
26+
-->
27+
28+
## A picture or screenshot regarding change
29+
30+
<!--
31+
This is not mandatory but encouraged
32+
-->
33+
34+
## Checklist
35+
36+
<!--
37+
The current CI workflow will validate code level changes.
38+
Make sure that `./gradlew build` is passing before raising a PR. If build is failing at linting then just
39+
execute `./gradlew spotlessApply` which will reformat code according to our code standards.
40+
Other than this, it's encouraged if you pay attention to the below checklist.
41+
-->
42+
43+
- [ ] Build and linting is passing.
44+
- [ ] This change is not breaking existing flow of a system.
45+
- [ ] I have written test case for this change.
46+
- [ ] This change is tested from all aspects and scenarios.
47+
- [ ] Implemented any new third-party library _(Which not existed before this change)_.

0 commit comments

Comments
 (0)