Skip to content

Commit 2cca142

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Update contributing info to include DCO
1 parent 5729790 commit 2cca142

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ Adding new features, improving documentation, fixing bugs, or writing tutorials
44

55
Bug fixes can be initiated through GitHub pull requests. When making code contributions to the Adversarial Robustness Toolbox, we ask that you follow the `PEP 8` coding standard and that you provide unit tests for the new features.
66

7+
This project uses [DCO](https://developercertificate.org/). Be sure to sign off your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the commit message.
8+
9+
### Example
10+
```bash
11+
git commit -s -m 'Informative commit message'
12+
```

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,20 @@ python examples/<example_name>.py
7575

7676
The `notebooks` folder contains Jupyter notebooks with detailed walkthroughs of some usage scenarios.
7777

78+
### Contributing
79+
80+
Adding new features, improving documentation, fixing bugs, or writing tutorials are all examples of helpful contributions. Furthermore, if you are publishing a new attack or defense, we strongly encourage you to add it to the Adversarial Robustness Toolbox so that others may evaluate it fairly in their own work.
81+
82+
Bug fixes can be initiated through GitHub pull requests. When making code contributions to the Adversarial Robustness Toolbox, we ask that you follow the `PEP 8` coding standard and that you provide unit tests for the new features.
83+
84+
This project uses [DCO](https://developercertificate.org/). Be sure to sign off your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the commit message.
85+
86+
#### Example
87+
88+
```bash
89+
git commit -s -m 'Informative commit message'
90+
```
91+
7892
## Citing ART
7993

8094
If you use ART for research, please consider citing the following reference paper:

0 commit comments

Comments
 (0)