Skip to content

Commit 0b49a9a

Browse files
committed
Changelog updated, added CONTRIBUTING.md
1 parent 6fe70ad commit 0b49a9a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing
2+
3+
Thank you for taking the time to contribute to the project, it really wouldn't be here without the community's help.
4+
5+
Please follow a few guidelines when contributing:
6+
7+
* follow the existing style for code, documentation and misc files
8+
* if you're adding a new method / property, document it
9+
* update `CHANGELOG.md` by checking if the latest version is live (a tag and pod exist):
10+
* if it is, then add a new version, usually incrementing the patch (e.g `3.8.9` -> `3.8.10`)
11+
* if it isn't, add your changes under the latest version

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.8.8
2+
* Fixed translations.
3+
14
# 3.8.7
25
* Fixed subclassing by changing `LTHPasscodeViewControllerStrings` macro to use `[LTHPasscodeViewController class]` instead of `[self class]`.
36

0 commit comments

Comments
 (0)