Skip to content

Commit

Permalink
docs: add contrib (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLeGrand authored Jul 29, 2024
1 parent ee541c2 commit f1ebda8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generate OpenAPI specification for Laravel Applications

[![Latest Stable Version](http://poser.pugx.org/tartanlegrand/laravel-openapi/v)](https://packagist.org/packages/tartanlegrand/laravel-openapi)
![Packagist Version](https://img.shields.io/packagist/v/tartanlegrand/laravel-openapi?style=flat-square)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://github.com/tartanlegrand/laravel-openapi/workflows/Tests/badge.svg)](https://github.com/tartanlegrand/laravel-openapi/actions)
![GitHub branch status](https://img.shields.io/github/checks-status/TartanLeGrand/laravel-openapi/main?style=flat-square)
[![Total Downloads](https://img.shields.io/packagist/dt/tartanlegrand/laravel-openapi.svg?style=flat-square)](https://packagist.org/packages/tartanlegrand/laravel-openapi)

## Documentation
Expand All @@ -12,3 +12,31 @@ You'll find the documentation on https://tartanlegrand.github.io/laravel-openapi
## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Community and Contributing

We invite you to join our community and contribute to the project. Whether you're interested in development, reporting bugs, or simply providing suggestions and feedback, all contributions are welcome!

### How to Contribute

1. **Report a Bug**: Open a [GitHub issue](https://github.com/TartanLeGrand/laravel-openapi/issues) to report bugs or propose improvements.
2. **Submit Code**: For development details, see the [CONTRIBUTING](CONTRIBUTING.md) guide. For major changes, including CLI interface changes, please open an issue first to discuss what you would like to change.
3. **Documentation**: Help us improve the documentation on [our site](https://tartanlegrand.github.io/laravel-openapi).

Thanks to everyone who has contributed, including bug reports, code, feedback, and suggestions!

### List of Contributors

A big thank you to all who have contributed to this project. Here are some of our most active contributors:

<a href="https://github.com/tartanlegrand/laravel-openapi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tartanlegrand/laravel-openapi" />
</a>

If you would like to see your name here, start contributing today!

## Join Us

Connect with other users and contributors on our [discussion forum](https://github.com/TartanLeGrand/laravel-openapi/discussions) and join the conversation around the project.

We ❤️ contributions big or small. Thank you for being part of our community and helping improve this open source project.

0 comments on commit f1ebda8

Please sign in to comment.