gpt4all-ui/CONTRIBUTING.md

34 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-08 06:58:02 +00:00
# Contributing to lollms-webui
2023-04-27 17:59:53 +00:00
2023-04-27 18:00:22 +00:00
Thank you for your interest in contributing to [Your Repository Name]! We appreciate your efforts to help make our project better.
## Contributing Guidelines
Before you start contributing, please take a moment to review our guidelines:
1. Please do not include links directly to your own repositories or external websites. Instead, please use a code tag to display any code snippets or examples.
2. Please ensure that your contributions are well-documented and include comments where necessary.
3. Please follow our coding standards and best practices, as outlined in our [style guide](link-to-style-guide).
4. If you have any questions or need assistance, please feel free to reach out to the project maintainers.
## Submitting Contributions
To submit a contribution, please follow these steps:
1. Fork the repository and create a new branch for your changes.
2. Make your changes and ensure that all tests pass.
3. Commit your changes and push them to your fork.
4. Submit a pull request to the main repository.
5. Wait for feedback from the project maintainers.
Once your pull request is approved, your changes will be merged into the main repository.
2023-06-08 06:58:02 +00:00
Thank you for your contributions to lollms-webui!