|
2 | 2 |
|
3 | 3 | Thank you for your interest in contributing to this repository—your efforts are highly appreciated. This document should provide you with everything you need to get started.
|
4 | 4 |
|
| 5 | +## Contributing code |
| 6 | + |
| 7 | +Before submitting code via a pull request, |
| 8 | +you will need to have signed the [Oracle Contributor Agreement][OCA] (OCA) and |
| 9 | +your commits need to include the following line using the name and e-mail |
| 10 | +address you used to sign the OCA: |
| 11 | + |
| 12 | +```text |
| 13 | +Signed-off-by: Your Name <you@example.org> |
| 14 | +``` |
| 15 | + |
| 16 | +This can be automatically added to pull requests by committing with `--sign-off` |
| 17 | +or `-s`, e.g. |
| 18 | + |
| 19 | +```text |
| 20 | +git commit --signoff |
| 21 | +``` |
| 22 | + |
| 23 | +Only pull requests from committers that can be verified as having signed the OCA |
| 24 | +can be accepted. |
| 25 | + |
5 | 26 | ## Asking Questions
|
6 | 27 |
|
7 | 28 | If you have questions regarding the extension or its API, we highly recommend posting them in the [QA][qa-link] section under the extension's home page in the marketplace.
|
@@ -32,12 +53,14 @@ Feature and enhancement requests are welcomed, before you file one, take time to
|
32 | 53 | - Motivation: document why do you think the feature/enhancement is needed, how will it be useful to users, ...etc.
|
33 | 54 | - Scope & goals: describe the scope and goals of the feature, and how does it align with our product's scope and goals.
|
34 | 55 |
|
| 56 | + If you'd like more specific guidelines, see the [Contributor Covenant Code of Conduct][cccc-link]. |
35 | 57 | ## Code of conduct
|
36 | 58 |
|
37 |
| -Follow the [Golden Rule][golden-rule-link]. If you'd like more specific guidelines, see the [Contributor Covenant Code of Conduct][cccc-link]. |
| 59 | +Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd like more specific guidelines, see the [Contributor Covenant Code of Conduct][cccc-link]. |
38 | 60 |
|
39 | 61 | <!-- Links -->
|
40 | 62 | [issues-link]: https://github.com/oracle-samples/sql-developer-vscode/issues
|
41 | 63 | [qa-link]: https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer&ssr=false#qna
|
42 | 64 | [golden-rule-link]: https://en.wikipedia.org/wiki/Golden_Rule
|
43 | 65 | [cccc-link]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
|
| 66 | +[OCA]: https://oca.opensource.oracle.com |
0 commit comments