1
- # Contributing
1
+ # Contributing to the Oracle Vagrant Projects repository
2
+
2
3
Oracle welcomes contributions to this repository from anyone.
3
4
4
5
If you want to submit a pull request to fix a bug or enhance an existing
5
- ` Vagrantfile ` , please first open an issue and link to that issue when you
6
- submit your pull request.
6
+ ` Vagrantfile ` or associated script , please first open an issue and link to that
7
+ issue when you submit your pull request.
7
8
8
9
If you have any questions about a possible submission, feel free to open
9
10
an issue too.
10
11
11
- ## Contributing to the Oracle Vagrant Boxes repository
12
-
13
- Pull requests can be made under
14
- [ The Oracle Contributor Agreement] ( https://www.oracle.com/technetwork/community/oca-486395.html ) (OCA).
12
+ All pull requests require the contributor to have agreed to and signed the
13
+ [ Oracle Contributor Agreement] ( https://www.oracle.com/technetwork/community/oca-486395.html ) (OCA).
15
14
16
15
For pull requests to be accepted, the bottom of your commit message must have
17
16
the following line using your name and e-mail address as it appears in the
18
- OCA Signatories list.
17
+ OCA signatories list.
19
18
20
- ```
19
+ ``` shell
21
20
Signed-off-by: Your Name
< [email protected] >
22
21
```
23
22
24
- This can be automatically added to pull requests by committing with:
23
+ This can be automatically added to pull requests by providing the ` --signoff `
24
+ or ` -s ` parameter when commiting:
25
25
26
- ```
26
+ ``` shell
27
27
git commit --signoff
28
28
```
29
29
30
- Only pull requests from committers that can be verified as having
31
- signed the OCA can be accepted.
30
+ Only pull requests from committers that can be verified as having signed the OCA
31
+ can be accepted.
32
32
33
- ### Pull request process
33
+ ## Pull request process
34
34
35
35
1 . Fork this repository
36
36
1 . Create a branch in your fork to implement the changes. We recommend using
@@ -43,5 +43,4 @@ what your changes are meant to do and provide simple steps on how to validate
43
43
your changes. Ensure that you reference the issue you created as well.
44
44
We will assign the pull request to 2-3 people for review before it is merged.
45
45
46
-
47
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.*
46
+ Copyright (c) 2018, 2020 Oracle and/or its affiliates.
0 commit comments