Skip to content

Commit cdbfc17

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
23+
- [ ] `npm run lint`
24+
- [ ] `npm run test`

0 commit comments

Comments
 (0)
Failed to load comments.