Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.66 KB

contributing.md

File metadata and controls

33 lines (23 loc) · 1.66 KB

Contributing to RealTimeEdify

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.

How Can I Contribute?

1. Reporting Bugs

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.

2. Suggesting Enhancements

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.

3. Submitting Pull Requests

If you'd like to contribute code, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Test your changes to ensure they work as expected.
  5. Commit your changes (git commit -m 'Add some feature').
  6. Push to the branch (git push origin feature/your-feature-name).
  7. Open a pull request with a clear description of your changes.

4. Improving Documentation

If you find any issues in the documentation or would like to add something, feel free to open a pull request to improve it.

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.

License

By contributing, you agree that your contributions will be licensed under the MIT License.