Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

36 lines (20 loc) · 1.76 KB

Contributing to Tapir

Thank you for considering contributing to Tapir! We welcome contributions from developers to help improve this project.

Getting Started

To get started with contributing, please follow these steps:

  1. Fork the repository on GitHub by clicking the "Fork" button in the top-right corner of the Tapir repository page.

  2. Clone your forked repository to your local machine

  3. Create a new branch for your contribution. Choose a descriptive branch name related to the feature or fix you are working on.

  4. Make your changes and test them thoroughly to ensure they work as expected.

  5. Open a pull request (PR) on the Tapir repository with a clear title and description of your changes.

Testing

Make sure to test your changes thoroughly and include any necessary tests for new features or bug fixes. Ensure that your code passes all existing tests, and write additional tests where appropriate.

Reporting Bugs

If you encounter a bug in Tapir, please open an issue on the GitHub repository. Include as much detail as possible, such as the steps to reproduce the bug and the version of Tapir you are using.

Feature Requests

If you have an idea for a new feature or improvement, feel free to open an issue on GitHub to discuss it with the maintainers and the community.

Code of Conduct

Please note that we have a Code of Conduct that all contributors are expected to follow. Be respectful and considerate of others when participating in discussions or contributing code.

License

By contributing to Tapir, you agree that your contributions will be licensed under the project's Apache-2.0 License.

We appreciate your interest in making Tapir better, and we look forward to your contributions!