Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.11 KB

Contributing to Gradle Java Template

Gradle Java Template is released under the Apache 2.0 license. If you would like to contribute something, or want to hack on the code this document should help you get started.

Using GitHub Issues

GitHub issues is used to track bugs and enhancements.

If you have a general usage question please ask on Q&A Discussion.

If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem.

Commit Messages

As a general rule, the style and formatting of commit messages should follow the guidelines in How to Write a Git Commit Message.

In addition, any commit that is related to an existing issue must reference the related issue. For example, if a commit in a pull request or pull request in general addresses issue #123, it must contain the following at the bottom of the commit message or pull request description.

See #123