node-oracledb/.github/pull_request_template.md

28 lines
850 B
Markdown
Raw Permalink Normal View History

2020-06-27 10:21:33 +08:00
<!--
2016-06-08 14:46:27 +08:00
Thanks for contributing!
2022-05-17 11:07:37 +08:00
Before submitting PRs for node-oracledb you must have your signed *Oracle Contributor Agreement* accepted. See https://oca.opensource.oracle.com
2016-06-08 14:46:27 +08:00
If the problem solved is small, you may find it easier to open an Issue describing the problem and its cause so we can create the fix.
**Note that the ODPI-C submodule does not accept PRs.** Any required changes to ODPI-C should be submitted in the form of a problem description at https://github.com/oracle/odpi/issues before submitting a node-oracledb PR.
2016-06-08 14:46:27 +08:00
The bottom of your commit message must have the following line using your name and e-mail address as it appears in the OCA Signatories list.
2020-06-27 10:21:33 +08:00
-->
2016-06-08 14:46:27 +08:00
```
Signed-off-by: Your Name <you@example.org>
```
2020-06-27 10:21:33 +08:00
<!--
2016-06-08 14:46:27 +08:00
This can be automatically added to pull requests by committing with:
```
git commit --signoff
````
2020-06-27 10:21:33 +08:00
-->