Skip to content

Commit

Permalink
gh: update pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 19, 2024
1 parent 39fa887 commit 04aa97f
Showing 1 changed file with 13 additions and 54 deletions.
67 changes: 13 additions & 54 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,25 @@
## What type of PR is this? (check all applicable)
<!--Thanks for contributing!-->

- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
- [ ] Community Node Submission
## Summary

<!--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?
- [ ] Yes
- [ ] No, because:
## Related Issues / Discussions

## Have you updated all relevant documentation?
- [ ] Yes
- [ ] No
<!--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.-->

## QA Instructions

## Description


## 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.
-->
<!--WHEN APPLICABLE: Describe how we can test the changes in this PR.-->

## Merge Plan

<!--
A merge plan describes how this PR should be handled after it is approved.
Example merge plans:
- "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
database in any way.
-->
<!--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.-->

## Added/updated tests?
## Checklist

- [ ] Yes
- [ ] No : _please replace this line with details on why tests
have not been included_
<!--If any of these are not completed or not applicable to the change, please add a note.-->

## [optional] Are there any post deployment tasks we need to perform?
- [ ] The PR has a short but descriptive title
- [ ] Tests added / updated
- [ ] Documentation added / updated

0 comments on commit 04aa97f

Please sign in to comment.