Skip to content

Commit ba1d536

Browse files
agudiantimoe
authored andcommitted
Add CONTRIBUTING.md with link to CLA and add some simple PR / issue templates.
1 parent 0585050 commit ba1d536

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

.github/CONTRIBUTING.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
Thanks for choosing to contribute!
4+
5+
The following are a set of guidelines to follow when contributing to this project.
6+
7+
## Code Of Conduct
8+
9+
This project adheres to the Adobe [code of conduct](../CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
10+
11+
## Contributor License Agreement
12+
13+
All third-party contributions to this project must be accompanied by a signed contributor license. This gives Adobe permission to redistribute your contributions as part of the project. Sign our [CLA](http://adobe.github.io/cla.html). You only need to submit an Adobe CLA one time, so if you have submitted one previously, you are probably good to go!
14+
15+
## Code Reviews
16+
17+
All submissions should come in the form of pull requests and need to be reviewed by project committers. Read [GitHub's pull request documentation](https://help.github.com/articles/about-pull-requests/) for more information on sending pull requests.
18+
19+
Lastly, please follow the [pull request template](PULL_REQUEST_TEMPLATE.md) when submitting a pull request!

.github/ISSUE_TEMPLATE.md

Whitespace-only changes.

.github/PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Description
2+
<!--- Describe your changes -->
3+
4+
## Related Issue
5+
<!--- if applicable -->
6+
7+
## Tasks
8+
<!--- These tasks need to be done in order to get the PR merged, please mark with `x` if done or if they are not applicable to you or the change -->
9+
10+
- [ ] I have signed the [CLA](http://adobe.github.io/cla.html).
11+
- [ ] I have written tests and verified that they fail without my change.

COPYRIGHT

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2018 Adobe
2+
3+
Adobe holds the copyright for all the files found in this repository.
4+
5+
See the LICENSE file for licensing information.

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ The test [`S3MockRuleTest`](src/test/java/com/adobe/testing/s3mock/S3MockRuleTes
6767
<dependency>
6868
```
6969

70-
### Contribution
70+
### Contributing
7171

72-
Contributions are welcome. Please fork the project and create for your finished feature a pull request.
73-
74-
Our [Adobe Code of Conduct](CODE_OF_CONDUCT.md) applies.
72+
Contributions are welcomed! Read the [Contributing Guide](CONTRIBUTING.md) for more information.
7573

7674
### Licensing
7775

0 commit comments

Comments
 (0)