fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010)

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Dipanshu Rawat
2026-02-18 22:42:22 +05:30
committed by GitHub
parent 40853e4e43
commit 114204be6e
3 changed files with 28 additions and 15 deletions

View File

@@ -94,12 +94,12 @@ The core library is written in Node.js. There are additional sub-repositories fo
Changes to the core AnythingLLM project are released through the `master` branch. When a PR is merged into `master`, a new version of the package is published to Docker and GitHub Container Registry under the `latest` tag.
When a new version is released, the following steps are taken a new image is built and pushed to Docker Hub and GitHub Container Registry under the assoicated version tag. Version tags are of the format `v<major>.<minor>.<patch>` and are pinned code, while `latest` is the latest version of the code at any point in time.
When a new version is released, the following steps are taken a new image is built and pushed to Docker Hub and GitHub Container Registry under the associated version tag. Version tags are of the format `v<major>.<minor>.<patch>` and are pinned code, while `latest` is the latest version of the code at any point in time.
### Desktop propogation
### Desktop propagation
Changes to the desktop app are downstream of the core AnythingLLM project. Releases of the desktop app are published at the same time as the core AnythingLLM project. Code from the core AnythingLLM project is copied into the desktop app into an Electron wrapper. The Electron wrapper that wraps around the core AnythingLLM project is **not** part of the core AnythingLLM project, but is maintained by the AnythingLLM team.
## License
By contributing to AnythingLLM (this repository), you agree to license your contributions under the MIT license.
By contributing to AnythingLLM (this repository), you agree to license your contributions under the MIT license.