We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f59e5 commit 0993cf5Copy full SHA for 0993cf5
.github/pull_request_template.md
@@ -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