Thank you for considering contributing to Django Bootstrap Forms! Before you get started, please take a moment to read the guidelines outlined in this document.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior.
If you encounter a bug, please ensure it hasn't been reported already by checking the existing issues. If not, please create a new issue with detailed information about the bug:
- Describe the bug.
- Provide steps to reproduce.
- Include expected and actual behavior.
- Mention the version of Nvs Bootstrap Forms and your Django version.
Feel free to request new features by creating an issue and clearly explaining the proposed feature. Include any relevant details that might help in its implementation.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bug-fix
. - Make your changes and test thoroughly.
- Ensure your code adheres to the coding standards.
- Commit your changes:
git commit -m "Your detailed commit message"
. - Push to your fork:
git push origin feature/your-feature
. - Open a pull request with a clear title and description.
Please follow the coding standards and conventions used in the project. This ensures consistency and makes the codebase more maintainable.
By contributing to this project, you agree that your contributions will be licensed under the MIT License. See the LICENSE file for details.