-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
35 changed files
with
3,103 additions
and
1,248 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,38 @@ | ||
# Contributing to re-com | ||
|
||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
The following is a set of guidelines for contributing to re-com which is hosted on [Github](https://github.com/Day8/re-com). | ||
These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request. | ||
|
||
## Creating issues for bugs | ||
|
||
Check if the issue has already been reported. If possible provide: | ||
|
||
* Version of re-com being used | ||
* Minimal reproduction steps | ||
|
||
## Creating issues for features | ||
|
||
Use your best judgement on what is needed here. | ||
|
||
## Pull requests | ||
|
||
**Create pull requests to the develop branch**, work will merged onto master when it is ready to be released. | ||
|
||
## Pull requests for bugs | ||
|
||
If possible provide: | ||
|
||
* Code that fixes the bug | ||
* Failing tests which pass with the new changes | ||
* Improvements to documentation to make it less likely that others will run into issues (if relevant). | ||
|
||
## Pull requests for features | ||
|
||
If possible provide: | ||
|
||
* Code that implements the new feature | ||
* Tests to cover the new feature including all of the code paths | ||
* Docstrings for functions | ||
* Documentation examples |
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.