diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2661a0d..4ea6526 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ Please read the guidelines before contributing, and follow them (or try to) when ### What you can do to help. -There are many ways to contribute to this project, you could report bugs, request missing features, suggest enhancements and changes to existing ones. You also can improve the README with useful tips that could help the other users. +There are many ways to contribute to this project, you could [translate the app](https://crowdin.com/project/readerforselfoss), report bugs, request missing features, suggest enhancements and changes to existing ones. You also can improve the README with useful tips that could help the other users. You can fork the repository, and [help me solve some issues](https://github.com/aminecmi/ReaderforSelfoss/issues?q=is%3Aissue+is%3Aopen+label%3A%22Up+For+Grabs%22) or [develop new things](https://github.com/aminecmi/ReaderforSelfoss/issues) @@ -28,6 +28,7 @@ Always check if the web version of your instance is working. ### Pull requests +* Don't create a PR for translations. See [here](https://github.com/aminecmi/ReaderforSelfoss/pull/170#issuecomment-355715654) for an explanation why. * Please ask before starting to work on an issue. I may be working on it, or someone else could be doing so. * Each pull request should implement **ONE** feature or bugfix. Keep in mind that you can submit as many PR as you want. * Your code must be simple and clear enough to avoid using comments to explain what it does. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 088c344..76b8ec1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,7 @@ - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. +- [ ] This is **NOT** translation related. (See [here](https://github.com/aminecmi/ReaderforSelfoss/pull/170#issuecomment-355715654)) This closes issue #XXX diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca8467..185e7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ - Moved completely to a webview to fix #161. +- Fixed typos in French ( Thanks @aancel ) + +- Updated the Contribution guide about translations. + **1.5.5.x (didn't last long) AND 1.5.6.x** - Toolbar in reader activity.