mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
gh: update pr template
This commit is contained in:
parent
39fa8874fc
commit
04aa97f0fd
67
.github/pull_request_template.md
vendored
67
.github/pull_request_template.md
vendored
@ -1,66 +1,25 @@
|
|||||||
## What type of PR is this? (check all applicable)
|
<!--Thanks for contributing!-->
|
||||||
|
|
||||||
- [ ] Refactor
|
## Summary
|
||||||
- [ ] Feature
|
|
||||||
- [ ] Bug Fix
|
|
||||||
- [ ] Optimization
|
|
||||||
- [ ] Documentation Update
|
|
||||||
- [ ] Community Node Submission
|
|
||||||
|
|
||||||
|
<!--A description of the changes in this PR. Include the kind of change (fix, feature, docs, etc), the "why" and the "how". Screenshots or videos are useful for frontend changes.-->
|
||||||
|
|
||||||
## Have you discussed this change with the InvokeAI team?
|
## Related Issues / Discussions
|
||||||
- [ ] Yes
|
|
||||||
- [ ] No, because:
|
|
||||||
|
|
||||||
|
<!--List any related issues or discussions on github or discord. If this PR closes an issue, please use the "Closes #1234" format, so that the issue will be automatically closed when the PR merges.-->
|
||||||
## Have you updated all relevant documentation?
|
|
||||||
- [ ] Yes
|
|
||||||
- [ ] No
|
|
||||||
|
|
||||||
|
## QA Instructions
|
||||||
|
|
||||||
## Description
|
<!--WHEN APPLICABLE: Describe how we can test the changes in this PR.-->
|
||||||
|
|
||||||
|
|
||||||
## Related Tickets & Documents
|
|
||||||
|
|
||||||
<!--
|
|
||||||
For pull requests that relate or close an issue, please include them
|
|
||||||
below.
|
|
||||||
|
|
||||||
For example having the text: "closes #1234" would connect the current pull
|
|
||||||
request to issue 1234. And when we merge the pull request, Github will
|
|
||||||
automatically close the issue.
|
|
||||||
-->
|
|
||||||
|
|
||||||
- Related Issue #
|
|
||||||
- Closes #
|
|
||||||
|
|
||||||
## QA Instructions, Screenshots, Recordings
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please provide steps on how to test changes, any hardware or
|
|
||||||
software specifications as well as any other pertinent information.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Merge Plan
|
## Merge Plan
|
||||||
|
|
||||||
<!--
|
<!--WHEN APPLICABLE: Large PRs, or PRs that touch sensitive things like DB schemas, may need some care when merging. For example, a careful rebase by the change author, timing to not interfere with a pending release, or a message to contributors on discord after merging.-->
|
||||||
A merge plan describes how this PR should be handled after it is approved.
|
|
||||||
|
|
||||||
Example merge plans:
|
## Checklist
|
||||||
- "This PR can be merged when approved"
|
|
||||||
- "This must be squash-merged when approved"
|
|
||||||
- "DO NOT MERGE - I will rebase and tidy commits before merging"
|
|
||||||
- "#dev-chat on discord needs to be advised of this change when it is merged"
|
|
||||||
|
|
||||||
A merge plan is particularly important for large PRs or PRs that touch the
|
<!--If any of these are not completed or not applicable to the change, please add a note.-->
|
||||||
database in any way.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Added/updated tests?
|
- [ ] The PR has a short but descriptive title
|
||||||
|
- [ ] Tests added / updated
|
||||||
- [ ] Yes
|
- [ ] Documentation added / updated
|
||||||
- [ ] No : _please replace this line with details on why tests
|
|
||||||
have not been included_
|
|
||||||
|
|
||||||
## [optional] Are there any post deployment tasks we need to perform?
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user