mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
* mkdocs plugins: add plugin for social cards and plugin that allow to exclude a folder * docs: fix hyperlinks * mkdocs: social cards (descriptions) for 'contributions' and 'deployment' guides * mkdocs: social cards (descriptions) for all 'index.md' * mkdocs: social cards (descriptions) for 'features' and 'plugins' * mkdocs: social cards (descriptions) for 'general_info' * mkdocs: social cards (descriptions) for 'configuration' * mkdocs: social cards (descriptions) for 'installation' * mkdocs: minor fixes * update librechat.svg * update how_to_contribute.md add reference to the official GitHub documentation
15 lines
No EOL
934 B
Markdown
15 lines
No EOL
934 B
Markdown
---
|
|
title: Contributing to LibreChat
|
|
description: "🙌 How to contribute to LibreChat: Get started, Documentation and code standards, Translate the app into different languages, Test the app during development, Ensure the security of the app, Stay updated with the project roadmap"
|
|
weight: 5
|
|
---
|
|
# Contributing to LibreChat
|
|
|
|
* 🙌 [Beginner's Guide to Contributions](./how_to_contribute.md)
|
|
* 🚸 [Contributor Guidelines](https://github.com/danny-avila/LibreChat/blob/main/.github/CONTRIBUTING.md)
|
|
* 📝 [Documentation Guidelines](documentation_guidelines.md)
|
|
* 🌍 [Contribute a Translation](translation_contribution.md)
|
|
* 🧑💻 [Code Standards and Conventions](coding_conventions.md)
|
|
* 🧪 [Testing During Development](testing.md)
|
|
* 🔐 [Security](https://github.com/danny-avila/LibreChat/blob/main/.github/SECURITY.md)
|
|
* 🛣️ [Project Roadmap](https://github.com/users/danny-avila/projects/2) |