forked from jamesls/fakeredis
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
23 additions
and
12 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,17 @@ | ||
============ | ||
Contributing | ||
============ | ||
|
||
Contributions are welcome. To ensure that your contributions are accepted | ||
please follow these guidelines. | ||
|
||
* Follow pep8 | ||
* If you are adding docstrings, follow pep257 | ||
* If you are adding new functionality or fixing a bug, please add tests. | ||
* If you are making a large change, consider filing an issue on github | ||
first to see if there are any objections to the proposed changes. | ||
|
||
In general, new features or bug fixes **will not be merged unless they | ||
have tests.** This is not only to ensure the correctness of | ||
the code, but to also encourage others to expirement without wondering | ||
whether or not they are breaking existing code. |
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