Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 792 Bytes

contributing.md

File metadata and controls

23 lines (14 loc) · 792 Bytes

Contributing to the Bluemix Generator

We welcome contributions, and request you follow these guidelines:

Raising issues

Please raise any bug reports or feature requests 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.

Coding standards

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

  • All files must have the Apache license in the header
  • Ensure all files pass the continuous integration tests