Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 1.14 KB

Contributing

We welcome any and all contributions to Forecastie. Please add suggestions, bugs or requests for new features to the Issues page. The Issues page is also the best place to ask questions about the code, the structure of the software, release schedule, etc.

Pull requests

We also accept pull requests; anything you submit will be reviewed and discussed, and merged if appropriate. Please take the time to read relevant Issues, or open one yourself on the topic.

Code guidelines

Although we will discuss every pull request, we'd like you to prepare your contribution as well as possible. Keep your code easy to understand and maintainable as well as consistent with the existing code. Add helpful comments or JavaDoc when necessary.

We don't have an official code style but you can find reasonable guidelines in the Google Java Style Guide and the Android Contributors Code Style.