Skip to content

Commit af429db

Browse files
committedMar 6, 2025
[AXON-198] add pull request template
1 parent 172e307 commit af429db

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### What Is This Change?
2+
3+
<!--
4+
Thanks for considering making a PR to this repository!👋
5+
6+
Please give us a brief description of what the proposed change is.
7+
8+
As reviewers, we'd really appreciate if you could elaborate on the context of the change.
9+
* If there is an issue related to the change, please make sure to link it!
10+
* If not - please describe the change from a user perspective.
11+
* Is there a user concern the change is addressing that we might not be aware of?
12+
13+
If you're making changes to UI components, or affects UX in other ways - please include before-and-after screenshots 🖼️
14+
-->
15+
16+
### How Has This Been Tested?
17+
18+
<!--
19+
🔧 Did you make sure the proposed change works, before submitting the PR?
20+
If yes, please tell us how!
21+
22+
In particular, if you're making changes not covered by tests - please describe the manual testing you've done - this would be very helpful!
23+
-->
24+
25+
Basic checks:
26+
27+
- [ ] `npm run lint`
28+
- [ ] `npm run test`

0 commit comments

Comments
 (0)
Failed to load comments.