Warning, /sdk/codevis/CONTRIBUTING.md is written in an unsupported language. File is not indexed.

0001 # Contributing to this project
0002 
0003 We welcome your contributions to help us improve and extend this project!
0004 
0005 Below you will find some basic steps required to be able to contribute to the project. If
0006 you have any questions about this process or any other aspect of contributing, feel free to
0007 send an email to open an issue and we'll get your questions  answered as quickly as we can.
0008 
0009 ## Contribution Licensing
0010 
0011 Since this project is distributed under the terms of an [open source license](LICENSE), contributions that you make
0012 are licensed under the same terms. In order for us to be able to accept your contributions,
0013 we will need explicit confirmation from you that you are able and willing to provide them under
0014 these terms, and the mechanism we use to do this is called a Developer's Certificate of Origin
0015 [(DCO)](DCO.md).  This is very similar to the process used by the Linux(R) kernel, Samba, and many
0016 other major open source projects.
0017 
0018 To participate under these terms, all that you must do is include a line like the following as the
0019 last line of the commit message for each commit in your contribution:
0020 
0021     Signed-Off-By: Random J. Developer <random@developer.example.org>
0022 
0023 The simplest way to accomplish this is to add `-s` or `--signoff` to your `git commit` command.
0024 
0025 You must use your real name (sorry, no pseudonyms, and no anonymous contributions).
0026 
0027 ## Steps
0028 
0029 - Create an Issue, selecting 'Feature Request', and explain the proposed change.
0030 - Follow the guidelines in the issue template presented to you.
0031 - Submit the Issue.
0032 - Submit a Pull Request and link it to the Issue by including "#<issue number>" in the Pull Request summary.