Skip to content

Commit f8a80ba

Browse files
authored
Merge pull request #1 from oracle-samples/LesiaChaban-patch-1
Minor updates to align with OGHO template
2 parents 332b73f + 3b415d0 commit f8a80ba

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Support documentation can be found [here](https://docs.oracle.com/en/database/or
1313
## Contributing
1414
Please review our [contribution guide](./CONTRIBUTING.md)
1515

16-
# Security
16+
## Security
1717
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
1818

19-
# License
19+
## License
2020
Copyright (c) 2025 Oracle and/or its affiliates.
2121

2222
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

0 commit comments

Comments
 (0)