[PR #1311] [MERGED] chore(docs): contributing #8992

Closed
opened 2026-02-05 13:56:42 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1311
Author: @jrasm91
Created: 1/12/2023
Status: Merged
Merged: 1/12/2023
Merged by: @alextran1502

Base: mainHead: chore/contributing-docs


📝 Commits (2)

  • 2f1410e chore(server): linting
  • 5760ab9 chore: contributing pr checklist

📊 Changes

8 files changed (+97 additions, -36 deletions)

View changed files

docs/docs/developer/contributing.md (+43 -0)
📝 server/.eslintrc.js (+1 -4)
server/.prettierignore (+18 -0)
📝 server/apps/immich/src/api-v1/album/response-dto/add-assets-response.dto.ts (+9 -9)
📝 server/apps/immich/src/api-v1/asset/response-dto/check-existing-assets-response.dto.ts (+4 -5)
📝 server/apps/immich/src/api-v1/tag/tag.controller.ts (+6 -3)
📝 server/apps/immich/src/utils/human-readable.util.ts (+11 -12)
📝 server/package.json (+5 -3)

📄 Description

This PR adds some details about contributing guidelines, specifically around linting, formatting, and tests.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/1311 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 1/12/2023 **Status:** ✅ Merged **Merged:** 1/12/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/contributing-docs` --- ### 📝 Commits (2) - [`2f1410e`](https://github.com/immich-app/immich/commit/2f1410e0023da394fbff23cf1f2ec204dbd9d1b6) chore(server): linting - [`5760ab9`](https://github.com/immich-app/immich/commit/5760ab927a8939b5208f9cf224308b6dc779b9e3) chore: contributing pr checklist ### 📊 Changes **8 files changed** (+97 additions, -36 deletions) <details> <summary>View changed files</summary> ➕ `docs/docs/developer/contributing.md` (+43 -0) 📝 `server/.eslintrc.js` (+1 -4) ➕ `server/.prettierignore` (+18 -0) 📝 `server/apps/immich/src/api-v1/album/response-dto/add-assets-response.dto.ts` (+9 -9) 📝 `server/apps/immich/src/api-v1/asset/response-dto/check-existing-assets-response.dto.ts` (+4 -5) 📝 `server/apps/immich/src/api-v1/tag/tag.controller.ts` (+6 -3) 📝 `server/apps/immich/src/utils/human-readable.util.ts` (+11 -12) 📝 `server/package.json` (+5 -3) </details> ### 📄 Description This PR adds some details about contributing guidelines, specifically around linting, formatting, and tests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:56:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8992