First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to VOXRAD. 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 find a bug in the project, you can help by submitting an issue to the GitHub Issue Tracker. Please include the following details:
- A clear and descriptive title for the issue.
- A description of the steps to reproduce the issue.
- The expected and actual results.
- Any relevant screenshots or code snippets.
If you have an idea for an enhancement, you can help by submitting an issue to the GitHub Issue Tracker. Please include the following details:
- A clear and descriptive title for the enhancement.
- A detailed description of the enhancement and why it would be useful.
- Any relevant examples or mockups.
If you want to make changes to the codebase, follow these steps:
- Fork the repository.
- Create a new branch from the
mainbranch. - Make your changes.
- Test your changes to ensure they work as expected.
- Commit your changes with a clear and descriptive commit message.
- Push your changes to your forked repository.
- Create a pull request to the
mainbranch of the original repository.
- Use consistent coding style.
- Write clear and concise comments.
- Ensure your code passes all tests.
If you make changes to the codebase, update the documentation to reflect your changes. This includes updating the README.md file and any other relevant documentation files.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to voxrad@drankush.com.
Thank you for contributing to VOXRAD!