Skip to content

Commit 3b415d0

Browse files
authored
Update CONTRIBUTING.md
1 parent 8ef0ba5 commit 3b415d0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

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+
526
## Asking Questions
627

728
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
3253
- Motivation: document why do you think the feature/enhancement is needed, how will it be useful to users, ...etc.
3354
- Scope & goals: describe the scope and goals of the feature, and how does it align with our product's scope and goals.
3455

56+
If you'd like more specific guidelines, see the [Contributor Covenant Code of Conduct][cccc-link].
3557
## Code of conduct
3658

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].
3860

3961
<!-- Links -->
4062
[issues-link]: https://github.com/oracle-samples/sql-developer-vscode/issues
4163
[qa-link]: https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer&ssr=false#qna
4264
[golden-rule-link]: https://en.wikipedia.org/wiki/Golden_Rule
4365
[cccc-link]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
66+
[OCA]: https://oca.opensource.oracle.com

0 commit comments

Comments
 (0)