-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Developer Guide | ||
* Please read through the project wiki. | ||
|
||
# Commits | ||
* Please put a meaningful commit message. | ||
* No need for emojis. ❌ | ||
### OK: | ||
* Create CSV file with statistics funcionality. | ||
* Fixes issue #123 - Refactor Tomato class | ||
* Formatted with black | ||
* Fixed README | ||
* Updated README | ||
### Not OK | ||
* Push code. | ||
* I'm pushing code.. | ||
* Gah! have some code. | ||
|
||
# Who can contribute | ||
* Anyone 😀🤗 | ||
|
||
# What can you contribute | ||
* Make better documentation. | ||
* Testing and writing bug reports. | ||
* Creating detailed feature requests. | ||
* Implement features. | ||
* Graphics/GIFs 🐱 | ||
* Provide a translation for documentation / README.rst |