Skip to content

Commit

Permalink
v0.5.0 - Adding contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Apr 27, 2022
1 parent 6bb85b0 commit 7153742
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing to stringmatch

First off, thanks for being interested in contributing to stringmatch! Every contribution is appreciated a lot. The following are some guidelines to get you started. They are *guidelines* and not strict rules.

If you just want to ask a question, go ahead and visit the [GitHub Discussions Tab](https://github.com/atomflunder/stringmatch/discussions).

## Bug reports

While submitting a bug report, make sure to follow the template and be clear in how to reproduce the bug. If you already know how to fix the bug, go ahead and either describe it in the report, or submit a pull request directly.

## Pull requests

Submitting a pull request is just as straight-forward as submitting a bug report. Follow the template and you will be fine.
If you make any changes to the functionality of the code, please make sure to test the functionality beforehand, writing tests is greatly encouraged.
It would also be greatly appreciated if you stick to the general style of the library, but not really required.

Thanks again for your interest in contributing!
If you still have doubt in contributing to this library, I can assure you there is no bad contribution.

0 comments on commit 7153742

Please sign in to comment.