diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-22 01:44:16 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-22 01:44:16 +0100 |
commit | 31cb7c4cf9b3e5cbd45a9ff2e9797ad609a38cca (patch) | |
tree | 67c3272fe49185cddb368e43b0bfbb5d16766c39 | |
parent | Dedup reactions (diff) | |
download | nheko-31cb7c4cf9b3e5cbd45a9ff2e9797ad609a38cca.tar.xz |
Update contributing notes
-rw-r--r-- | .github/CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fcda66fd..0f8d8cee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,6 +8,10 @@ Any kind of contribution to the project is greatly appreciated. - Code refactoring - Translations +Usually we accept contributions on GitHub as Pull-Requests: https://github.com/Nheko-Reborn/nheko/pulls + +Otherwise you can also submit patches, but that is more effort for both sides. + ### Working on new features Everything on the issue tracker is up for grabs unless someone else is @@ -18,6 +22,15 @@ If you're planning to work on a new feature leave a message on the Matrix room ### Submitting a translation +Usually translations are done on weblate: https://weblate.nheko.im/ + +Anyone can submit suggestions and once they have 2 upvotes, they will +automatically be applied. If you want to directly apply your or other changes +without going through the consensus mode, you can also jump into the Matrix room +and apply to become a translator. + +Alternatively translations can also be added manually like so: + Example for a Japanese translation. - Create a new translation file using the prototype in English - e.g `cp resources/langs/nheko_en.ts resources/langs/nheko_ja.ts` |