Skip to content
Snippets Groups Projects
Commit e38a6b5f authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

add commit message guidelines

parent 713bb3f4
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,11 @@
- Add docstrings to all functions with a one-line description of its purpose.
### Format
Ensure that `./test/lint.sh api` exits without errors.
- Ensure that `./test/lint.sh api` exits without errors.
### Commit Messages
1. The subject line should be a phrase describing the commit and limited to 50 characters
1. The subject line should be as specific as possible, e.g. "Add new API resource for user api keys" not "Updated authentication.
## Adding an API Resource
### Design Resource
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment