Skip to content

Commit 6d62a72

Browse files
authored
Create CONTRIBUTING.md
Added new file: CONTRIBUTING.md
1 parent 5914d8e commit 6d62a72

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CONTRIBUTING.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Issues
2+
3+
If you encounter an issue with the project, you are welcome to submit a [bug report](https://github.com/IBM/java-sdk-core/issues).
4+
Before that, please search for similar issues. It's possible that someone has already reported the problem.
5+
6+
# Pull Requests
7+
8+
If you want to contribute to the repository, here's a quick guide:
9+
1. Fork the repository
10+
2. Develop and test your code changes:
11+
* To build/test: `mvn clean package`
12+
* Please add one or more tests to validate your changes.
13+
3. Make sure everything builds/tests cleanly
14+
4. Commit your changes
15+
5. Push to your fork and submit a pull request to the **master** branch
16+
17+
# Developer's Certificate of Origin 1.1
18+
19+
By making a contribution to this project, I certify that:
20+
21+
(a) The contribution was created in whole or in part by me and I
22+
have the right to submit it under the open source license
23+
indicated in the file; or
24+
25+
(b) The contribution is based upon previous work that, to the best
26+
of my knowledge, is covered under an appropriate open source
27+
license and I have the right under that license to submit that
28+
work with modifications, whether created in whole or in part
29+
by me, under the same open source license (unless I am
30+
permitted to submit under a different license), as indicated
31+
in the file; or
32+
33+
(c) The contribution was provided directly to me by some other
34+
person who certified (a), (b) or (c) and I have not modified
35+
it.
36+
37+
(d) I understand and agree that this project and the contribution
38+
are public and that a record of the contribution (including all
39+
personal information I submit with it, including my sign-off) is
40+
maintained indefinitely and may be redistributed consistent with
41+
this project or the open source license(s) involved.
42+
43+
## Additional Resources
44+
+ [General GitHub documentation](https://help.github.com/)
45+
+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
46+
47+
[Maven]: https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

0 commit comments

Comments
 (0)