Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.77 KB

File metadata and controls

39 lines (31 loc) · 1.77 KB

Contributing to GherXUnit

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:

How to Contribute

Reporting Bugs

  1. Check if the issue has already been reported.
  2. 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).

Suggesting Enhancements

  1. Ensure the feature doesn’t already exist.
  2. Open a new issue and provide:
    • A clear and descriptive title.
    • A detailed description of the enhancement.
    • Reasons why this would be useful.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch (feature/your-feature-name).
  3. Make your changes.
  4. Write clear and descriptive commit messages.
  5. Push to your fork and submit a pull request.
  6. Ensure your code passes existing tests and add new tests if needed.

Coding Standards

  • Follow the coding style used in the project.
  • Write unit tests for new functionality.
  • Ensure your code is well-documented.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

Additional Resources