-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pr template not being used and make some changes #15893
fix: pr template not being used and make some changes #15893
Conversation
- [ ] Test A | ||
- [ ] Test B | ||
|
||
<details><summary><h2>Screenshots (if appropriate)</h2></summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made this a dropdown so that images won't take up the entire screen.
.github/pull_request_template.md
Outdated
- [ ] I have no unrelated changes in the PR. | ||
- [ ] I have confirmed that any new dependencies are strictly necessary. | ||
- [ ] I have written unit tests for new code (if applicable) | ||
- [ ] I have followed naming conventions/patterns in the surrounding code | ||
- [ ] All code in `domain/` uses repositories for implementations of database calls, filesystem operations, etc. | ||
- [ ] All code in `infra/` is pretty basic/simple and does not have any immich specific logic (that belongs in domain) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added jrasm91 checklist items from https://discord.com/channels/979116623879368755/1071165397228855327/1335978945031442442
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tyvm!
7efe4c0
to
534059e
Compare
534059e
to
71896a2
Compare
Should now be one commit with all the changes and suggestions. |
Description
Moves the GitHub PR Template file so that it is used for issues. I also made some changes and included some more checklist points from @jrasm91.
How Has This Been Tested?
Checklist:
domain/
uses repositories for implementations of database calls, filesystem operations, etc.infra/
is pretty basic/simple and does not have any immich specific logic (that belongs in domain)