bismuth/.github/pull_request_template.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
816 B
Markdown
Raw Normal View History

<!-- 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