Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

55 lines (37 loc) · 1.73 KB

Contributing to SwaggerUI.Themes

Thank you for considering contributing to SwaggerUI.Themes! We welcome contributions from the community to help improve and grow the project.

Code of Conduct

This project and everyone participating in it are governed by our Code of Conduct.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine.

  3. Create a new branch for your contribution:

    git checkout -b feature/my-feature
  4. Make your changes and commit them:

    git commit -m "Add new feature"
  5. Push the changes to your fork:

    git push origin feature/my-feature
  6. Open a pull request (PR) against the dev branch of the original repository.

Pull Request Guidelines

  • Ensure your code adheres to the existing coding standards.
  • Include relevant documentation and test cases for your changes.
  • Keep your pull request focused. If you are addressing multiple issues, submit separate pull requests for each.
  • Be responsive to comments and feedback on your pull request.

Reporting Bugs and Issues

If you find a bug or have a question, please open an issue on GitHub. When reporting a bug, provide as much detail as possible, including:

  • A clear and concise description of the bug.
  • Steps to reproduce the issue.
  • Expected behavior and actual behavior.
  • Screenshots or code snippets, if applicable.

Feature Requests

We welcome suggestions for new features or improvements. Please open an issue to propose your ideas.

License

By contributing to this project, you agree that your contributions will be licensed under the License file.

Thank you for your contributions!

@teociaps