Thank you for your interest in contributing to AlertWave! We welcome contributions from the community, whether it's bug reports, feature requests, code improvements, or documentation updates.
Before getting started, please take a moment to review our Code of Conduct. By participating in this project, you agree to abide by its terms.
If you encounter a bug, have a feature request, or want to suggest an improvement, please check the Issues section to see if the topic has already been discussed. If not, feel free to open a new issue and provide as much detail as possible.
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/toth2000/alertWave.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
Make your changes, ensuring that your code follows the project's coding standards.
If applicable, add tests to cover your changes. Ensure that all tests pass.
Commit your changes and push them to your forked repository:
git add .
git commit -m "Your descriptive commit message"
git push origin feature-name
- Navigate to your forked repository on GitHub.
- Click on the "New Pull Request" button.
- Provide a clear title and description for your pull request.
- Submit the pull request.
If you want to contribute to documentation:
- Make your changes or add new documentation.
- Follow the same process as outlined for code contributions to create a pull request.
Please review our Code of Conduct before contributing. Help us ensure a welcoming and respectful community.
By contributing to AlertWave, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to AlertWave! 🚀