chore: lots of content updates

This commit is contained in:
Catalin Pit
2024-04-26 15:35:53 +03:00
parent 885809603a
commit 1387ce11f9
6 changed files with 177 additions and 86 deletions

View File

@ -3,6 +3,8 @@ title: Contributing Guide
description: Set up Documenso using Docker for local development.
---
import { Callout } from 'nextra/components';
# Contributing to Documenso
If you plan to contribute to Documenso, please take a moment to feel awesome ✨. People like you are what open source is about ♥. Any contributions, no matter how big or small, are highly appreciated 🙏. This guide will help you get started with contributing to Documenso 💻.
@ -60,7 +62,9 @@ In the pull request description, include `references #yyyy` or `fixes #yyyy` to
4. Implement your changes.
> If you need help getting started, [join us on Discord](https://documen.so/discord).
<Callout type="info">
If you need help getting started, [join us on Discord](https://documen.so/discord).
</Callout>
## Building
@ -74,4 +78,8 @@ npm run build
Once the project builds successfully, you can push your code changes or create a pull request.
> Remember to run tests and perform any necessary checks before finalizing your changes. By following these best practices, we can collaborate more effectively and maintain a high standard of code quality in our project.
<Callout emoji="💡">
Remember to run tests and perform any necessary checks before finalizing your changes. As a
result, we can collaborate more effectively and maintain a high standard of code quality in our
project.
</Callout>