First off, thanks for taking the time to contribute! π
The following is a set of guidelines for contributing to the SafeTalk-AI project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document via pull request.
- Fork the repository
- Create your feature branch
git checkout -b feature/YourFeatureName - Commit your changes
Use clear and descriptive commit messages. - Push to the branch
git push origin feature/YourFeatureName - Open a Pull Request
Describe your changes in detail.
- Use clear, self-explanatory variable names.
- Write comments for complex code.
- Prefer English for code, comments, and documentation.
- Follow PEP8 for Python and best practices for JavaScript/Node.js.
- Use Issues for bugs, suggestions, or feature requests.
- Provide as much detail as possible (steps to reproduce, logs, screenshots).
- Be respectful and welcoming.
- Assume good intentions.
- Help others when possible.
Thank you for making SafeTalk-AI better!
β The SafeTalk-AI Team