Thank you for considering contributing to SwaggerUI.Themes! We welcome contributions from the community to help improve and grow the project.
This project and everyone participating in it are governed by our Code of Conduct.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine.
-
Create a new branch for your contribution:
git checkout -b feature/my-feature
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push the changes to your fork:
git push origin feature/my-feature
-
Open a pull request (PR) against the dev branch of the original repository.
- 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.
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.
We welcome suggestions for new features or improvements. Please open an issue to propose your ideas.
By contributing to this project, you agree that your contributions will be licensed under the License file.
Thank you for your contributions!
@teociaps