Skip to content
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

Conversation

NicholasFlamy
Copy link
Member

@NicholasFlamy NicholasFlamy commented Feb 3, 2025

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?

  • Tested on my main branch (I added this commit to my fork's main temporarily).

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • 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)

- [ ] Test A
- [ ] Test B

<details><summary><h2>Screenshots (if appropriate)</h2></summary>
Copy link
Member Author

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.

Comment on lines 31 to 36
- [ ] 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)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@jrasm91 jrasm91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

.github/pull_request_template.md Outdated Show resolved Hide resolved
.github/pull_request_template.md Outdated Show resolved Hide resolved
Copy link
Member

@bo0tzz bo0tzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tyvm!

.github/pull_request_template.md Outdated Show resolved Hide resolved
@NicholasFlamy NicholasFlamy force-pushed the fix-github-pr-template-and-improve-template branch from 7efe4c0 to 534059e Compare February 4, 2025 14:09
@NicholasFlamy NicholasFlamy force-pushed the fix-github-pr-template-and-improve-template branch from 534059e to 71896a2 Compare February 4, 2025 14:13
@NicholasFlamy
Copy link
Member Author

NicholasFlamy commented Feb 4, 2025

Should now be one commit with all the changes and suggestions.

@alextran1502 alextran1502 merged commit 99de524 into immich-app:main Feb 4, 2025
33 checks passed
@NicholasFlamy NicholasFlamy deleted the fix-github-pr-template-and-improve-template branch February 5, 2025 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants