Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

20 lines (10 loc) · 1.36 KB

Contributing

Anyone can contribute to the Microclimate Tools for Eclipse project, and we welcome your contributions! Visit us on Slack if you have any questions.

Raising issues

If you have identified a problem or have a feature request, we would love to hear about it.

Search the list of issues to see if your issue has already been raised. Also visit our troubleshooting page. If you do not see your issue in either of these places, go ahead and open a new one.

Please provide context so that we can understand the problem and try to recreate the issue.

Developer Certificate of Origin

If you contribute changes with a pull request, sign off those changes against the Developer Certificate of Origin (DCO).

To indicate that you have read and agreed to the DCO, use git commit --signoff, which adds a statement similar to the following at the end of your commit message:

DCO 1.1 Signed-off-by: Random J Developer <random@developer.org>