-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from atomflunder/v0.5.0
v0.5.0
- Loading branch information
Showing
10 changed files
with
237 additions
and
243 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,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. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: build | ||
name: Build | ||
|
||
on: [push, pull_request] | ||
|
||
|
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
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# flake8: noqa | ||
from .exceptions import * | ||
from .match import * | ||
from .ratio import * | ||
from .strings import * | ||
|
||
__title__ = "stringmatch" | ||
__version__ = "0.4.1" | ||
__version__ = "0.5.0" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.