chore: add pull request template

This commit is contained in:
Mikhail Zolotukhin 2021-09-23 22:55:04 +03:00
parent 604c5cf577
commit 5b727d1a38
2 changed files with 35 additions and 0 deletions

33
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,33 @@
<!-- This won't be rendered!
[CHECKLIST]
- I read the contributing guide (CONTRIBUTING.md)
- My code follows the style guidelines of this project
- I have performed a self-review of my code
- I have commented on my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
-->
## Summary
Summary of the pull request.
## Breaking Changes
Do your changes intentionally break something on the user side or configuration?
## UI Changes
| Before | After |
| ------------------------------ | ----------------------------- |
| Screenshot of UI before change | Screenshot of UI after change |
## Test Plan
1. Reload Script...
2. ...
3. Something happens
## Related Issues
Closes #X

View File

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: none
SPDX-License-Identifier: MIT