Skip to content

Commit

Permalink
📝 Added style guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet committed Oct 1, 2021
1 parent b231be3 commit f1d928f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ pip install -e .
- any other relevant resources updated (esp. `viadot/docs`)

Please follow the standards and best practices used within the library (eg. when adding tasks, see how other tasks are constructed, etc.). For any questions, please reach out to us here on GitHub.


### Style guidelines
- the code should be formatted with Black (easiest way is to use the VSCode extension)
- commit messages begin with an emoji, then a description starting with one of the following verbs, capitalized: "Added", "Updated", "Removed", "Fixed", and, sporadically, other ones, such as "Upgraded", "Downgraded", or whatever you find relevant for your particular situation

0 comments on commit f1d928f

Please sign in to comment.