Following up to match with the initial intent of https://github.com/Azure/azure-sdk-for-cpp/pull/735 https://github.community/t/our-pull-request-templates-arent-showing-up-for-any-prs/1975/2 https://stackoverflow.com/a/52139815/12509023
759 B
759 B
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.
- C++ Guidelines
- Doxygen docs
- Unit tests
- No unwanted commits/changes
- Descriptive title/description
- PR is single purpose
- Related issue listed
- Comments in source
- No typos
- Update changelog
- Not work-in-progress
- External references or docs updated
- Self review of PR done
- Any breaking changes?