File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ wanted" is open to whoever wants to implement it.
3333Look through the GitHub issues for features. Anything tagged with "enhancement"
3434and "help wanted" is open to whoever wants to implement it.
3535
36+ When submitting a new feature, please use a Pull Request with a title and description
37+ of the proposed use case. Ideally, new features will include
38+
39+ - Docstrings implemented with the [ Numpy format] ( https://www.numpy.org/devdocs/docs/howto_document.html )
40+ - Unit tests (see examples [ here] ( https://github.com/ccurtis7/diff_classifier/tree/master/diff_classifier/tests ) )
41+
3642### Write Documentation
3743
3844Diff_classifier could always use more documentation, whether as part of the
@@ -41,9 +47,13 @@ articles, and such.
4147
4248### Submit Feedback
4349
50+ We appreciate any and all feedback in your own implementations of diff_classifier :)
51+
4452The best way to send feedback is to file an issue at
4553https://github.com/ccurtis7/diff_classifier/issues .
4654
55+
56+
4757If you are proposing a feature:
4858
4959- Explain in detail how it would work.
You can’t perform that action at this time.
0 commit comments