Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

File metadata and controls

12 lines (9 loc) · 437 Bytes

Contribution Guide

🎉 Thanks for taking the time to contribute! 🎉

If you'd like to improve Go OpenAPI Validator, please feel free to fork the repository and submit a Pull Request.

  1. Fork the repo.
  2. Create a new branch (git checkout -b feature/amazing-feature).
  3. Commit your changes (git commit -m 'feat: add amazing feature').
  4. Push to the branch (git push origin feature/amazing-feature).
  5. Open a Pull Request.