First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to RealTimeEdify. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
If you encounter any bugs or issues, please report them by opening a new issue. Be sure to include a detailed description of the problem and any relevant screenshots.
We welcome suggestions for new features or improvements. To suggest an enhancement, open a new issue and describe the enhancement you'd like to see.
If you'd like to contribute code, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Test your changes to ensure they work as expected.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request with a clear description of your changes.
If you find any issues in the documentation or would like to add something, feel free to open a pull request to improve it.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
By contributing, you agree that your contributions will be licensed under the MIT License.