Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.42 KB

Contributing to Bluemix Dev Extension for VS Code

We welcome contributions, and request you follow these guidelines.

Raising issues

Please raise any bug reports on the 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.

Contributor License Agreement

In order for us to accept pull-requests, the contributor must first complete a Contributor License Agreement (CLA). Please see our CLA folder for more information.

This clarifies the intellectual property license granted with any contribution. It is for your protection as a Contributor as well as the protection of IBM and its customers; it does not change your rights to use your own Contributions for any other purpose.

Coding Conventions

This project follows standard TypeScript language coding conventions

Please note:

  • all files must have the Apache license in the header.
  • all PRs must pass TypeScript linting checks
  • all PRs must have passing builds