Skip to content

Commit 1b4d7da

Browse files
authored
Add "Contributing" section to readme
1 parent 2c7493c commit 1b4d7da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,16 @@ end
502502

503503
```
504504
505+
## Contributing
506+
507+
Contributions are welcome! Please fork this repo and send a pull request. Your pull request should have:
508+
509+
* a description about what's broken or what the desired functionality is
510+
* a test illustrating the bug or new feature
511+
* the code to fix the bug
512+
513+
Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
514+
required. The commits will be squashed into master once accepted.
505515
506516
## Changelog
507517

0 commit comments

Comments
 (0)