File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments