forked from n8n-io/n8n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update pull_request_template.md (no-changelog) (n8n-io#9711)
- Loading branch information
Showing
1 changed file
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
## 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 | ||
- [ ] 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. | ||
- [ ] Tests included. | ||
> A bug is not considered fixed, unless a test is added to prevent it from happening again. | ||
> A feature is not complete without tests. | ||
- [ ] Tests included. <!-- | ||
A bug is not considered fixed, unless a test is added to prevent it from happening again. | ||
A feature is not complete without tests. | ||
--> | ||
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported) |