Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.45 KB

pull_request_template.md

File metadata and controls

41 lines (27 loc) · 1.45 KB

PR Reviews

When your PR is marked as ready for review, some of our maintainers will look through your code to make sure everything is good to go. In order to do this, they may request some changes you will need to do, or fix smaller stuff (like merge conflicts) for you. If a maintainer has reviewed your PR, make sure to pull any of their changes into your local project before doing more work on your code. Having maintainers fix small stuff for you helps us speed up the process of merging your PR, so if some of your systems warrant further care, be sure to let us know (preferably with a code comment).

Make sure to only mark your PR as "Ready to review" when it is. If you still want to do major changes, you can keep a draft PR open until then.

Dependencies

  • pr_number_or_link_here

What

Describe what this pull request does, including technical details, screenshots, links to discord, etc.

Images

Changelog New Features

  • Cool new feature. - your_name_here
    • Extra info.

Changelog Improvements

  • Improved cool feature. - your_name_here
    • Extra info.

Changelog Fixes

  • Fixed cool feature. - your_name_here
    • Extra info.

Changelog Technical Details

  • Something technical you changed in the backend. - your_name_here
    • Extra info.

Changelog Removed Features

  • Removed cool feature. - your_name_here
    • Extra info.