Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 2.21 KB

CONTRIBUTING.md

File metadata and controls

47 lines (31 loc) · 2.21 KB

Contributing to Swagger Codegen - Play Scala

How to contribute

Swagger Codegen - Play Scala is an open source project. Contributions are appreciated.

Some ways in which you can contribute are: reporting errors, improving documentation, adding examples, adding support for more services, fixing bugs, suggesting new features, adding test cases, translating messages, and whatever else you can think of that may be helpful. If in doubt, just ask.

Development workflow

Development is coordinated via GitHub. Ideas for improvements are discussed using the chat.

To submit issues, please use the GitHub issue tracker. Please do not use the issue tracker for questions!

For a more streamlined experience for all people involved, we encourage contributors to follow the practices described at GitHub workflow for submitting pull requests.

Scala source code should follow the conventions documented in the Scala Style Guide. Additionally, acronyms should be capitalized. To have your code automatically reformatted, run this command before committing your changes:

scripts/reformat

After submitting your pull request, please watch the result of the automated Travis CI build and correct any reported errors or inconsistencies.

License and Copyright

By submitting work via pull requests, issues, documentation, or any other means, contributors indicate their agreement to publish their work under this project's license and also attest that they are the authors of the work and grant a copyright license to the Mohiva Organisation, unless the contribution clearly states a different copyright notice (e.g., it contains original work by a third party).