Skip to content

Commit da7de81

Browse files
committed
README & sentry README - add contributing section
1 parent 3921688 commit da7de81

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,11 @@ all the required services for the specific crate/application before executing th
254254

255255
### License
256256

257-
This project is licensed under the [AGPL-3.0 license](./LICENSE)
257+
This project is licensed under the [AGPL-3.0 license](./LICENSE)
258+
259+
### Contribution
260+
261+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in AdEx Validator by you, shall be licensed as AGPL-3.0, without any additional terms or conditions.
262+
263+
#### Sign the CLA
264+
When you contribute to a AdEx Validator open source project on GitHub with a new pull request, a bot will evaluate whether you have signed the CLA. If required, the bot will comment on the pull request, including a link to this system to accept the agreement.

sentry/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For full details see [AIP #61](https://github.com/AmbireTech/aips/issues/61) and
66

77
REST API documentation can be generated using `rustdoc`:
88

9-
`cargo doc --all-features --open --lib`
9+
`cargo doc --all-features --lib --no-deps --open`
1010

1111
and checking the `sentry::routes` module.
1212

@@ -33,4 +33,15 @@ and runs `wrk2` on the POST `/v5/campaign/0xXXXX../events` route for 3 campaigns
3333

3434
```bash
3535
cargo make run-benchmark
36-
```
36+
```
37+
38+
### License
39+
40+
This project is licensed under the [AGPL-3.0 license](./LICENSE)
41+
42+
### Contribution
43+
44+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in AdEx Validator by you, shall be licensed as AGPL-3.0, without any additional terms or conditions.
45+
46+
#### Sign the CLA
47+
When you contribute to a AdEx Validator open source project on GitHub with a new pull request, a bot will evaluate whether you have signed the CLA. If required, the bot will comment on the pull request, including a link to this system to accept the agreement.

0 commit comments

Comments
 (0)