-
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1540 from LowerRockLabs/v3-minorTweak
Add Contributing Guide
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
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
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,9 @@ | ||
# Contributing | ||
Contributions are very welcome, please find below a summary of what is expected from contributions: | ||
|
||
- Follow the conventions for methods, adding to the relevant configuration/helper trait | ||
- Add properties to the "With" trait | ||
- Typehint both properties and return values | ||
- Add a comment to the method | ||
- Add tests for new methods | ||
- Add documentation for new methods |