Skip to content

Commit

Permalink
docs(README): Add commit syntax and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-cedar authored Aug 20, 2021
1 parent c81983a commit 3085774
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,14 @@ bulk_select_model_dicts(
## Contributing
We are not accepting pull requests from anyone outside Cedar employees at this time.
All pull requests will be closed.
All pull requests will be closed.
### Commit Syntax
All PRs must be a single commit and follow the following syntax
https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format
### Testing
You will need Docker installed and run the following command
```
./test.sh
```

0 comments on commit 3085774

Please sign in to comment.