tuist/.github/PULL_REQUEST_TEMPLATE.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2018-07-23 19:59:52 +08:00
Resolves https://github.com/tuist/tuist/issues/YYY
2020-12-22 20:29:38 +08:00
Request for comments document (if applies):
2018-04-19 01:14:16 +08:00
### Short description 📝
2018-05-31 23:02:43 +08:00
2018-04-19 01:14:16 +08:00
> Describe here the purpose of your PR.
### How to test the changes locally 🧐
> Include a set of steps for the reviewer to test the changes locally.
2020-12-22 20:29:38 +08:00
### Checklist ✅
2018-05-31 23:02:43 +08:00
2020-12-22 20:29:38 +08:00
- [ ] The code architecture and patterns are consistent with the rest of the codebase.
- [ ] The changes have been tested following the [documented guidelines](https://docs.tuist.io/contributors/testing-strategy/).
- [ ] The PR includes the label `changelog:added`, `changelog:fixed`, or `changelog:changed`, whenever it should be included in the “Added”, “Fixed” or “Changed” section of the CHANGELOG. Note: when included in the CHANGELOG, the title of the PR will be used as entry, please make sure it is clear and suitable.
2020-12-22 20:29:38 +08:00
- [ ] In case the PR introduces changes that affect users, the documentation has been updated.
- [ ] In case the PR introduces changes that affect how the cache artifact is generated starting from the `TuistGraph.Target`, the `Constants.cacheVersion` has been updated.