We welcome contributions to the AlertFlow project! By contributing, you help make this project better for everyone. Here are some guidelines to help you get started.
- Fork the repository on GitHub.
- Clone your forked repository:
git clone [email protected]:AlertFlow/alertflow.git cd alertflow
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
If you find a bug in the project, please create an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the problem.
- Steps to reproduce the issue.
- Any relevant screenshots or logs.
If you have an idea for a new feature, please create an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the feature.
- Any relevant mockups or examples.
- Ensure your code follows the project's coding standards and passes all tests.
- Commit your changes with a descriptive commit message:
git commit -m "Add your commit message"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a pull request on GitHub and provide a clear description of your changes.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
By contributing to AlertFlow, you agree that your contributions will be licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3.