Skip to content

Commit 0993cf5

Browse files
committed
Added PR template
1 parent 52f59e5 commit 0993cf5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Thanks for contributing!
2+
3+
Before submitting PRs for dbt-oracle you must have your signed *Oracle
4+
Contributor Agreement* accepted. See
5+
https://www.oracle.com/technetwork/community/oca-486395.html
6+
7+
If the problem solved is small, you may find it easier to open an Issue
8+
describing the problem and its cause so we can create the fix.
9+
10+
The bottom of your commit message must have the following line using your name
11+
and e-mail address as it appears in the OCA Signatories list.
12+
13+
```
14+
Signed-off-by: Your Name <you@example.org>
15+
```
16+
17+
This can be automatically added to pull requests by committing with:
18+
19+
```
20+
git commit --signoff
21+
````

0 commit comments

Comments
 (0)