Contribute to Efflux
We welcome contributions from developers and users in the open source community in any ways to make Efflux better!
Commit Code/Doc Changes
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to your branch (
git push origin feature-branch
). - Open a pull request.
Note
Make sure you follow the coding standards and guidelines defined in the project.
Report Issues
If you encounter any issues or bugs, feel free to open an issue in the respective repository and include as much detail as you can.
Be sure to include:
- A description of the issue.
- Steps to reproduce.
- Logs or screenshots that can help in debugging.
Was this page helpful?