Thank you for considering contributing to GherXUnit! Your contributions are highly valued and help us improve this project. Here are some guidelines to help you get started:
- Check if the issue has already been reported.
- Open a new issue and provide detailed information:
- Describe the problem clearly.
- Include steps to reproduce the issue.
- Provide your environment details (OS, platform, version).
- Ensure the feature doesn’t already exist.
- Open a new issue and provide:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Reasons why this would be useful.
- Fork the repository.
- Create a new branch (
feature/your-feature-name). - Make your changes.
- Write clear and descriptive commit messages.
- Push to your fork and submit a pull request.
- Ensure your code passes existing tests and add new tests if needed.
- Follow the coding style used in the project.
- Write unit tests for new functionality.
- Ensure your code is well-documented.
By participating in this project, you agree to abide by our Code of Conduct.