First off, thank you for considering contributing to RAG-SaaS! It's people like you that make RAG-SaaS such a great tool. We welcome contributions from everyone, whether it's a bug report, feature request, documentation improvement, or a code contribution.
This project and everyone participating in it is governed by the RAG-SaaS Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
- Fork the repository on GitHub
- Clone your fork locally
- Set up your environment (see README.md for details)
- Create a branch for your changes
- Make your changes
- Run tests and ensure they pass
- Commit your changes
- Push your changes to your fork
- Open a pull request
- Before submitting a bug report, please check the existing issues to see if someone has already reported the problem.
- When you are creating a bug report, please include as many details as possible. Fill out the required template, the information it asks for helps us resolve issues faster.
- Before creating enhancement suggestions, please check the existing issues to see if the enhancement has already been suggested.
- When you are creating an enhancement suggestion, please include as many details as possible. Fill in the template, including the steps that you imagine you would take if the feature you're requesting existed.
Unsure where to begin contributing to RAG-SaaS? You can start by looking through these beginner
and help-wanted
issues:
- Beginner issues - issues which should only require a few lines of code, and a test or two.
- Help wanted issues - issues which should be a bit more involved than
beginner
issues.
- Fill in the required template
- Do not include issue numbers in the PR title
- Include screenshots and animated GIFs in your pull request whenever possible
- Follow the Python and JavaScript style guides
- Document new code based on the Documentation Style Guide
- End all files with a newline
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Follow PEP 8
- Use 4 spaces for indentation (not tabs)
- Use docstrings for functions and classes
- Use type hints where possible
- Use 2 spaces for indentation (not tabs)
- Use semicolons at the end of each statement
- Use single quotes for strings
- Use camelCase for variable and function names
- Use PascalCase for class names
This section lists the labels we use to help us track and manage issues and pull requests.
bug
- Issues for bugs in the codeenhancement
- Issues for new features or improvementsdocumentation
- Issues related to documentationgood first issue
- Good for newcomershelp wanted
- Extra attention is neededquestion
- Further information is requested
Thank you for contributing to RAG-SaaS!