[PR #2620] [MERGED] Add Development Documentation To README #8986

Closed
opened 2025-12-22 07:14:18 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2620
Author: @mark-monteiro
Created: 3/17/2020
Status: Merged
Merged: 4/20/2020
Merged by: @dkanada

Base: masterHead: development-documentation


📝 Commits (10+)

  • 681dd8d Add recommended extensions to VS Code configuration
  • 751dff0 Add development instructions to README with details on running from source
  • 48f33f9 Reword prerequisite section so that IDEs are listed as optional
  • cd34115 Remove duplicate text
  • 3fd245b Add instructions for serving content over HTTPS
  • 499deb4 Add section describing the repository with a link to contribution docs
  • 7ced986 Remove section on serving over HTTPS
  • 644ddfa Apply code review changes
  • 0a9b7c8 Specify the directory for jellyfin-web correctly
  • 6039c62 Update instructions for running with the dotnet cli

📊 Changes

2 files changed (+110 additions, -0 deletions)

View changed files

.vscode/extensions.json (+14 -0)
📝 README.md (+96 -0)

📄 Description

Add additional documentation to the project README with detailed instructions for developers on how to run the project from source code.

Changes

Issues
The additional README instructions include details on new configuration introduced in #2601, so this should probably wait for that to be merged first


🔄 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/jellyfin/jellyfin/pull/2620 **Author:** [@mark-monteiro](https://github.com/mark-monteiro) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 4/20/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `development-documentation` --- ### 📝 Commits (10+) - [`681dd8d`](https://github.com/jellyfin/jellyfin/commit/681dd8d32fbb4fdb67a4b82125179bd40d03edbd) Add recommended extensions to VS Code configuration - [`751dff0`](https://github.com/jellyfin/jellyfin/commit/751dff09dc6f57be14f071346a79a23f33fa48c5) Add development instructions to README with details on running from source - [`48f33f9`](https://github.com/jellyfin/jellyfin/commit/48f33f9a9669d0a237c85278a0cac3d3240a7c49) Reword prerequisite section so that IDEs are listed as optional - [`cd34115`](https://github.com/jellyfin/jellyfin/commit/cd34115e9981185e6a4f286d81f10160990e3f7c) Remove duplicate text - [`3fd245b`](https://github.com/jellyfin/jellyfin/commit/3fd245ba8789e862a67f41d5c481ccab6a49fb33) Add instructions for serving content over HTTPS - [`499deb4`](https://github.com/jellyfin/jellyfin/commit/499deb4fe591731f4c8542cf8afa8f93e7e68f8a) Add section describing the repository with a link to contribution docs - [`7ced986`](https://github.com/jellyfin/jellyfin/commit/7ced986e0b73d45b243ede518f9166464af3de0d) Remove section on serving over HTTPS - [`644ddfa`](https://github.com/jellyfin/jellyfin/commit/644ddfad00e2a4b42da89badca70474aef2464ff) Apply code review changes - [`0a9b7c8`](https://github.com/jellyfin/jellyfin/commit/0a9b7c868e798769196e2c93e4359f176f2ceb12) Specify the directory for jellyfin-web correctly - [`6039c62`](https://github.com/jellyfin/jellyfin/commit/6039c6200f78e6ae174d33efc3c3437cb94fa633) Update instructions for running with the dotnet cli ### 📊 Changes **2 files changed** (+110 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/extensions.json` (+14 -0) 📝 `README.md` (+96 -0) </details> ### 📄 Description Add additional documentation to the project README with detailed instructions for developers on how to run the project from source code. **Changes** - Add [recommended extensions](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions) to VS Code configuration - Update README with additional development documentation **Issues** The additional README instructions include details on new configuration introduced in #2601, so this should probably wait for that to be merged first --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:14:18 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8986
No description provided.