Skip to content

Commit c1406bb

Browse files
committed
CONTRIBUTING: Change the contribution process
Now that contributors are no longer required to be signatories of the OCA, there's no need to require them to use GitHub at all. Our community has decided to adopt an email review process rather than using GitHub pull requests. Signed-off-by: Chuck Lever <[email protected]>
1 parent 75d5c74 commit c1406bb

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ Please read through this document before submitting an issue or pull
99
request to ensure we have all the necessary information to
1010
effectively respond to your bug report or contribution.
1111

12-
An old-school developer's mailing list is available. See
12+
A ktls-utils developer mailing list is available. See
1313
[lists.linux.dev](https://subspace.kernel.org/lists.linux.dev.html)
1414
for links to subscribe to <[email protected]> or
1515
to access archived threads.
1616

1717
## Opening issues
1818

19-
We welcome you to use the GitHub issue tracker to report bugs or
20-
suggest features.
19+
We welcome you to use the GitHub
20+
[ktls-utils issue tracker](https://github.com/oracle/ktls-utils/issues)
21+
to report bugs or suggest features.
2122

2223
When filing an issue, please check existing open or recently closed
2324
issues to make sure somebody else hasn't already reported the
@@ -54,17 +55,14 @@ Review the [Developer Certificate of Origin][DCO].
5455

5556
## Pull request process
5657

57-
Contributions via pull requests are much appreciated.
58-
Before sending us a pull request, please ensure that:
58+
To contribute code, please post patches (not attachments) to
59+
[lists.linux.dev](https://subspace.kernel.org/lists.linux.dev.html).
60+
Sending email enables the community, which includes some who do not
61+
have GitHub accounts, to participate in review.
5962

60-
1. You open an issue to discuss any significant work - we would hate
61-
for your time to be wasted.
62-
2. You check existing open, and recently merged, pull requests to make
63-
sure someone else hasn't addressed the problem already.
63+
GitHub pull requests also work. To send us a pull request:
6464

65-
To send us a pull request, please:
66-
67-
1. Fork the repository.
65+
1. Fork the oracle/ktls-utils repository.
6866
2. Modify the source. Focus on the specific change you are
6967
contributing. If you also reformat all the code, it will
7068
be hard for us to review on your change.

0 commit comments

Comments
 (0)