aboutsummaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: 6e152a1f079981425dde19448af3ac9dfeafcedb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
Thank you for your contribution!

Please ensure your pull request title follows the Conventional Commits format.
This is important because our release process is automated based on the commit messages.

Examples:
- feat: Add new feature
- fix: Fix a bug
- docs: Update documentation
- chore: Build process or auxiliary tool changes
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (white-space, formatting, etc)
- test: Adding missing tests or correcting existing tests

If your change is a breaking change, please add a '!' after the type, e.g., 'feat!: ...'
-->

### Summary

Provide a general description of the code changes in your pull
request... were there any bugs you had fixed? If so, mention them. If
these bugs have open GitHub issues, be sure to tag them here as well,
to keep the conversation linked together.

### Other Information

If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.

Thanks for contributing to Roo!