Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 7e93e97

Browse files
committed
Add contribution information
1 parent 080e7b1 commit 7e93e97

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Reporting bugs
2+
If you are a user and you find a bug, please submit an [issue](https://github.ibm.com/cs-team-atg/async-util/issues). Please try to provide sufficient information for someone else to reproduce the issue.
3+
4+
# Pull requests
5+
Pull requests for features or bug fixes are welcome. If you are working on a large contribution, please file an issue first. Feel free to ask for help or ask questions about a possible contribution.
6+
7+
## Individual Contributions
8+
This project uses the DCO for individual contributions. If you are contributing as an individual, simply include a "Signed-off-by" in the commit message (git commit -s) or in the pull request description. This indicates you agree the commit satisfies the [Developer Certificate of Origin](DCO1.1.txt).
9+
10+
## Corporate Contributions
11+
If you are contributing to the project on behalf of a corporation (your company owns the IP you would like to contribute), then we must recieve a signed [CLA](cla.doc) for your company.

DCO1.1.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Developer's Certificate of Origin 1.1
2+
3+
By making a contribution to this project, I certify that:
4+
5+
(a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license
7+
indicated in the file; or
8+
9+
(b) The contribution is based upon previous work that, to the best
10+
of my knowledge, is covered under an appropriate open source
11+
license and I have the right under that license to submit that
12+
work with modifications, whether created in whole or in part
13+
by me, under the same open source license (unless I am
14+
permitted to submit under a different license), as indicated
15+
in the file; or
16+
17+
(c) The contribution was provided directly to me by some other
18+
person who certified (a), (b) or (c) and I have not modified
19+
it.
20+
21+
(d) I understand and agree that this project and the contribution
22+
are public and that a record of the contribution (including all
23+
personal information I submit with it, including my sign-off) is
24+
maintained indefinitely and may be redistributed consistent with
25+
this project or the open source license(s) involved.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@ CompletionStage<Result> makeRequest(Request request) {
117117
The package provides asynchronous versions of read/write locks, stamped locks, semaphores and named locks. The full [locks javadoc](https://pages.github.ibm.com/cs-team-atg/async-util/apidocs/com/ibm/async_util/locks/package-summary.html) contains more information.
118118
## Util
119119
TODO
120+
121+
## Contributing
122+
Contributions welcome! See [Contributing](CONTRIBUTING.md) for details.

cla.doc

229 KB
Binary file not shown.

0 commit comments

Comments
 (0)