|
| 1 | +# Contributing to a Globalization Pipeline SDK project |
| 2 | + |
| 3 | +We welcome contributions but request that you follow these guidelines. |
| 4 | + |
| 5 | +## Bugs |
| 6 | + |
| 7 | +Please raise any bug reports on the project’s issue tracker. |
| 8 | +Be sure to search the list to see if your issue has already been raised. |
| 9 | + |
| 10 | +A good bug report is one that make it easy for us to understand what |
| 11 | +you were trying to do and what went wrong. Also, provide as much |
| 12 | +context as possible so we can try to recreate the issue. |
| 13 | + |
| 14 | +Do not submit account credentials in bug report forms. |
| 15 | + |
| 16 | +Use Bluemix support options within the Bluemix web page for customer |
| 17 | +assistance with Bluemix, including the Globalization Pipeline service itself. |
| 18 | + |
| 19 | +For general questions about Globalization Pipeline, you may also use the |
| 20 | +StackOverflow tag [“globalization pipeline”](http://stackoverflow.com/questions/tagged/globalization-pipeline) |
| 21 | + |
| 22 | +## New features |
| 23 | + |
| 24 | +Please raise any new feature requests on the project's issue tracker. |
| 25 | + |
| 26 | +## Pull requests |
| 27 | + |
| 28 | +### Changes to existing code |
| 29 | + |
| 30 | +If you want to raise a pull request with a new feature, or a refactoring of |
| 31 | +existing code, make sure to open an issue in the project's issue tracker |
| 32 | +first before engaging in serious development work. This will start a |
| 33 | +discussion and help in accepting the pull request. |
| 34 | + |
| 35 | +### Coding standards |
| 36 | + |
| 37 | +Please ensure you follow the coding standards used throughout the existing code base. Some basic rules include: |
| 38 | + |
| 39 | + - All files must have the Apache license in the header. |
| 40 | + - Indent with 4 spaces, not tabs. |
| 41 | + |
| 42 | +### Contributor License Agreement |
| 43 | + |
| 44 | +In order for us to accept pull requests, the contributor must first complete |
| 45 | +a Contributor License Agreement (CLA). This clarifies the intellectual |
| 46 | +property license granted with any contribution. It is for your protection as a |
| 47 | +Contributor as well as the protection of IBM and its customers; it does not |
| 48 | +change your rights to use your own Contributions for any other purpose. |
| 49 | + |
| 50 | +You can download the CLAs here: |
| 51 | + |
| 52 | + - [individual](https://github.com/IBM-Bluemix/gp-common/raw/master/legal/gp-cla-individual.pdf) |
| 53 | + - [corporate](https://github.com/IBM-Bluemix/gp-common/raw/master/legal/gp-cla-corporate.pdf) |
| 54 | + |
| 55 | +If you are an IBMer, please contact us directly as the contribution process is |
| 56 | +slightly different. |
| 57 | + |
| 58 | +### Acknowledgement |
| 59 | + |
| 60 | +- Master copy: https://github.com/IBM-Bluemix/gp-common/blob/master/CONTRIBUTING.md |
| 61 | +- Copyright © 2016 IBM Corporation. |
| 62 | +- This document forked from [wasdev](https://github.com/WASdev/wasdev.github.io/blob/master/CONTRIBUTING.md) |
0 commit comments