github.com/kaptinlin/jsonschema@v0.4.6/CONTRIBUTING.md (about)

     1  # Contributing to the Requests Package
     2  
     3  We warmly welcome contributions to the `jsonschema` Package project! Whether it's through reporting issues, submitting patches, adding documentation, or suggesting new features, we value your input.
     4  
     5  ## How to Contribute
     6  
     7  ### Reporting Issues
     8  
     9  Before submitting an issue, please check the issue tracker to avoid duplicates. When creating an issue, provide as much information as possible to help us understand and address the problem quickly.
    10  
    11  ### Submitting Patches
    12  
    13  1. **Fork the repository** on GitHub.
    14  2. **Clone your fork** to your local machine.
    15  3. **Create a new branch** for your contributions.
    16  4. **Make your changes**. Please keep your code clean and well-commented.
    17  5. **Commit your changes**. Use clear and meaningful commit messages.
    18  6. **Push your changes** to your fork on GitHub.
    19  7. **Submit a pull request**. Include a clear description of the changes and any relevant issue numbers.
    20  
    21  ### Code Style
    22  
    23  Please adhere to the coding conventions used throughout the project (indentation, accurate comments, etc.) to ensure your contributions can be easily integrated.
    24  
    25  ### Adding Documentation
    26  
    27  Improvements to documentation are as valuable as code contributions. Please feel free to propose changes or add new content to help our users and developers.
    28  
    29  ## Conduct
    30  
    31  We are committed to providing a welcoming and inclusive environment. All participants are expected to uphold our Code of Conduct, which promotes respect and constructive dialogue.
    32  
    33  ## Questions?
    34  
    35  If you have any questions about contributing, please reach out by opening an issue or contacting the project maintainers directly.
    36  
    37  Thank you for your interest in contributing to the `jsonschema` Package. We look forward to your contributions!