Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-buesser authored Sep 7, 2021
1 parent d2ba434 commit 3f47290
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ Adversarial Robustness Toolbox so that others may evaluate it fairly in their ow
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.

## Development install

We provide a specific set of dependencies that we test and develop against, namely `requirements.txt`. In a virtual
environment install ART for development in the following way:
```bash
pip install -r requirements.txt
```
Contributions of new features must include unit test covering at least 80% of the new statements.

## Validating Git Commits
This project uses [DCO](https://developercertificate.org/). Be sure to sign off your commits using the `-s` flag or
Expand Down

0 comments on commit 3f47290

Please sign in to comment.