mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Update pull_request_template.md (no-changelog) (#9711)
This commit is contained in:
parent
0502738c0d
commit
0b8c7f9a3e
28
.github/pull_request_template.md
vendored
28
.github/pull_request_template.md
vendored
|
@ -1,16 +1,26 @@
|
||||||
## Summary
|
## Summary
|
||||||
> Describe what the PR does and how to test. Photos and videos are recommended.
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Describe what the PR does and how to test.
|
||||||
|
Photos and videos are recommended.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Related Linear tickets, Github issues, and Community forum posts
|
||||||
|
|
||||||
## Related tickets and issues
|
<!--
|
||||||
> Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers.
|
Include links to **Linear ticket** or Github issue or Community forum post.
|
||||||
|
Important in order to close *automatically* and provide context to reviewers.
|
||||||
|
-->
|
||||||
|
|
||||||
## Review / Merge checklist
|
## Review / Merge checklist
|
||||||
- [ ] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
|
|
||||||
|
- [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!--
|
||||||
|
**Remember, the title automatically goes into the changelog.
|
||||||
|
Use `(no-changelog)` otherwise.**
|
||||||
|
-->
|
||||||
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
|
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
|
||||||
- [ ] Tests included.
|
- [ ] Tests included. <!--
|
||||||
> A bug is not considered fixed, unless a test is added to prevent it from happening again.
|
A bug is not considered fixed, unless a test is added to prevent it from happening again.
|
||||||
> A feature is not complete without tests.
|
A feature is not complete without tests.
|
||||||
|
-->
|
||||||
|
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)
|
||||||
|
|
Loading…
Reference in a new issue