Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.61 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 1.61 KB

Contributing to appmetrics

We welcome contributions, but request you follow these guidelines.

Raising issues

Please raise any bug reports on the relevant project's issue tracker. Be sure to search the list to see if your issue has already been raised.

A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong.

Provide as much context as possible so we can try to recreate the issue.

Feature requests

For feature requests, please raise a Github issue.

Pull-Requests

If you want to raise a pull-request with a new feature, or a refactoring of existing code, it may well get rejected if you haven't discussed it in a Github issue.

Contributor License Agreement

In order for us to accept pull-requests from a new contributor, the contributor must indicate in their first Pull Request that they accept and agree to be bound by the terms of the IBM Contributor License Agreement that can be found here:

If you are an IBMer, please contact us directly as the contribution process is slightly different.

Coding standards

Please ensure you follow the coding standards used through-out the existing code base. Some basic rules include:

  • all files must have the Apache license in the header.