mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Continue rebranding of the project
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
d298764f61
commit
9519f5135e
@@ -49,13 +49,13 @@
|
|||||||
/docs/STYLES.md
|
/docs/STYLES.md
|
||||||
/tools/kothic/ @organicmaps/styles
|
/tools/kothic/ @organicmaps/styles
|
||||||
# DevOps.
|
# DevOps.
|
||||||
/.github/workflows @organicmaps/devops
|
/.forgejo/workflows @organicmaps/devops
|
||||||
/android/*gradle* @organicmaps/devops
|
/android/*gradle* @organicmaps/devops
|
||||||
/docs/RELEASE_MANAGEMENT.md @organicmaps/devops
|
/docs/RELEASE_MANAGEMENT.md @organicmaps/devops
|
||||||
/xcode/fastlane/ @organicmaps/devops
|
/xcode/fastlane/ @organicmaps/devops
|
||||||
# Growth.
|
# Growth.
|
||||||
README.md @organicmaps/growth
|
README.md @organicmaps/growth
|
||||||
/.github/FUNDING.yml @organicmaps/growth
|
/.forgejo/FUNDING.yml @organicmaps/growth
|
||||||
/android/app/src/fdroid/play/ @organicmaps/growth
|
/android/app/src/fdroid/play/ @organicmaps/growth
|
||||||
/android/app/src/google/play/ @organicmaps/growth
|
/android/app/src/google/play/ @organicmaps/growth
|
||||||
/iphone/metadata/ @organicmaps/growth
|
/iphone/metadata/ @organicmaps/growth
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github/**
|
- .forgejo/**
|
||||||
- '!.github/workflows/android-beta.yaml' # Run check on self change
|
- '!.forgejo/workflows/android-beta.yaml' # Run check on self change
|
||||||
- '**/*_tests/**'
|
- '**/*_tests/**'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- CONTRIBUTORS
|
- CONTRIBUTORS
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github/**
|
- .forgejo/**
|
||||||
- '!.github/workflows/android-check.yaml' # Run check on self change
|
- '!.forgejo/workflows/android-check.yaml' # Run check on self change
|
||||||
- '**/*_tests/**'
|
- '**/*_tests/**'
|
||||||
- CONTRIBUTORS
|
- CONTRIBUTORS
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
cat ${{ env.RELEASE_NOTES }}
|
cat ${{ env.RELEASE_NOTES }}
|
||||||
echo ""
|
echo ""
|
||||||
echo "See [a detailed announce](https://organicmaps.app/news/) on our website when app updates are published in all stores."
|
echo "See [a detailed announce](https://organicmaps.app/news/) on our website when app updates are published in all stores."
|
||||||
echo "You can get automatic app updates from GitHub [using Obtainium](https://github.com/organicmaps/organicmaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtainium)."
|
echo "You can get automatic app updates from Codeberg [using Obtainium](https://codeberg.com/comaps/comaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtainium)."
|
||||||
echo ""
|
echo ""
|
||||||
echo "sha256sum:"
|
echo "sha256sum:"
|
||||||
echo -e '\n```'
|
echo -e '\n```'
|
||||||
@@ -164,7 +164,7 @@ jobs:
|
|||||||
echo -e '\n```'
|
echo -e '\n```'
|
||||||
} > ${{ runner.temp }}/release-notes.txt
|
} > ${{ runner.temp }}/release-notes.txt
|
||||||
|
|
||||||
- name: Upload universal APK to GitHub
|
- name: Upload universal APK to Codeberg
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{ matrix.flavor == 'web' }}
|
if: ${{ matrix.flavor == 'web' }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- packaging/app.organicmaps.desktop.metainfo.xml
|
- packaging/app.organicmaps.desktop.metainfo.xml
|
||||||
- .github/workflows/appstream-check.yaml # Run check on self change
|
- .forgejo/workflows/appstream-check.yaml # Run check on self change
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-appstream:
|
validate-appstream:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- qt/res/app.organicmaps.desktop.desktop
|
- qt/res/app.organicmaps.desktop.desktop
|
||||||
- .github/workflows/desktop-file-check.yaml # Run check on self change
|
- .forgejo/workflows/desktop-file-check.yaml # Run check on self change
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-desktop-file:
|
validate-desktop-file:
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github/**
|
- .forgejo/**
|
||||||
- '!.github/workflows/ios-beta.yaml' # Run check on self change
|
- '!.forgejo/workflows/ios-beta.yaml' # Run check on self change
|
||||||
- '**/*_tests/**'
|
- '**/*_tests/**'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- CONTRIBUTORS
|
- CONTRIBUTORS
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ on:
|
|||||||
workflow_dispatch: # Manual trigger
|
workflow_dispatch: # Manual trigger
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ios-check-metadata.yaml # Run check on self change
|
- .forgejo/workflows/ios-check-metadata.yaml # Run check on self change
|
||||||
- iphone/metadata/**
|
- iphone/metadata/**
|
||||||
- tools/python/check_store_metadata.py
|
- tools/python/check_store_metadata.py
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github/**
|
- .forgejo/**
|
||||||
- '!.github/workflows/ios-check.yaml' # Run check on self change
|
- '!.forgejo/workflows/ios-check.yaml' # Run check on self change
|
||||||
- '**/*_tests/**'
|
- '**/*_tests/**'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- CONTRIBUTORS
|
- CONTRIBUTORS
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github/**
|
- .forgejo/**
|
||||||
- '!.github/workflows/macos-check.yaml' # Run check on self change
|
- '!.forgejo/workflows/macos-check.yaml' # Run check on self change
|
||||||
- CONTRIBUTORS
|
- CONTRIBUTORS
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- NOTICE
|
- NOTICE
|
||||||
|
|||||||
@@ -2,6 +2,11 @@ This file contains a list of people who have contributed to this project.
|
|||||||
Its not neccesarily comprehensive.
|
Its not neccesarily comprehensive.
|
||||||
Feel free to add yourself here along with your first contribution!
|
Feel free to add yourself here along with your first contribution!
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
CoMaps contributors:
|
||||||
|
(in alphabetic order)
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Organic Maps (formerly OMaps) contributors:
|
Organic Maps (formerly OMaps) contributors:
|
||||||
(in alphabetic order)
|
(in alphabetic order)
|
||||||
|
|||||||
@@ -1048,7 +1048,7 @@ CoMaps 的地理位置数据共享应该是启用的。</p>
|
|||||||
<li>Format SD card and re-download maps.</li>
|
<li>Format SD card and re-download maps.</li>
|
||||||
<li>Buy a new SD card (recommended)</li>
|
<li>Buy a new SD card (recommended)</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>If the app still crashes, please check <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues/">our GitHub</a> for similar issues, and <a href="mailto:support@comaps.app">contact us</a> and provide the following:</p>
|
<p>If the app still crashes, please check <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues/">our Codeberg</a> for similar issues, and <a href="mailto:support@comaps.app">contact us</a> and provide the following:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>A detailed description of the issue and steps to reproduce it</li>
|
<li>A detailed description of the issue and steps to reproduce it</li>
|
||||||
<li>CoMaps version</li>
|
<li>CoMaps version</li>
|
||||||
@@ -1180,7 +1180,7 @@ CoMaps 的地理位置数据共享应该是启用的。</p>
|
|||||||
<p>Please make sure that your device's volume is not muted. You can change the volume level with your device's volume buttons. To do that, you may need to disable "Change with Buttons" option (if enabled) in the device settings → Sounds.</p>
|
<p>Please make sure that your device's volume is not muted. You can change the volume level with your device's volume buttons. To do that, you may need to disable "Change with Buttons" option (if enabled) in the device settings → Sounds.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Please report any Bluetooth issues with necessary details on our <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">GitHub</a></p>
|
<p>Please report any Bluetooth issues with necessary details on our <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">Codeberg</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>If you are an Android user and the option is disabled (or some of the supported languages are unavailable), please check <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">TTS settings</a>.</p>
|
<p>If you are an Android user and the option is disabled (or some of the supported languages are unavailable), please check <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">TTS settings</a>.</p>
|
||||||
@@ -1198,7 +1198,7 @@ CoMaps 的地理位置数据共享应该是启用的。</p>
|
|||||||
<p>Убедитесь, что на устройстве включен звук. Изменить громкость можно с помощью кнопок громкости на устройстве. Чтобы это сделать, может потребоваться отключить опцию "Изменение кнопками" (если она включена) в настройках устройства → Звуки, тактильные сигналы.</p>
|
<p>Убедитесь, что на устройстве включен звук. Изменить громкость можно с помощью кнопок громкости на устройстве. Чтобы это сделать, может потребоваться отключить опцию "Изменение кнопками" (если она включена) в настройках устройства → Звуки, тактильные сигналы.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Если у вас включен Bluetooth, это не должно затронуть голосовые инструкции. В случае возникновения трудностей пришлите описание проблемы с подробностями через <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">GitHub</a>.</p>
|
<p>Если у вас включен Bluetooth, это не должно затронуть голосовые инструкции. В случае возникновения трудностей пришлите описание проблемы с подробностями через <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">Codeberg</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Если у вас Android-устройство и опция голосовых инструкций недоступна в настройках приложения или поддерживаемые языки не отображаются в списке, пожалуйста, проверьте <a href="https://comaps.app/ru/faq/voice/%D1%81%D0%B8%D0%BD%D1%82%D0%B5%D0%B7-%D1%80%D0%B5%D1%87%D0%B8-tts-%D0%BD%D0%B0-android/">настройки синтеза речи</a>.</p>
|
<p>Если у вас Android-устройство и опция голосовых инструкций недоступна в настройках приложения или поддерживаемые языки не отображаются в списке, пожалуйста, проверьте <a href="https://comaps.app/ru/faq/voice/%D1%81%D0%B8%D0%BD%D1%82%D0%B5%D0%B7-%D1%80%D0%B5%D1%87%D0%B8-tts-%D0%BD%D0%B0-android/">настройки синтеза речи</a>.</p>
|
||||||
@@ -1214,7 +1214,7 @@ CoMaps 的地理位置数据共享应该是启用的。</p>
|
|||||||
<p>Bitte stellen Sie sicher, dass die Lautstärke Ihres Geräts nicht stummgeschaltet ist. Sie können die Lautstärke mit den Lautstärketasten Ihres Geräts ändern. Dazu müssen Sie möglicherweise die Option "Mit Tasten ändern" (falls aktiviert) in den Geräteeinstellungen → Töne & Haptik deaktivieren.</p>
|
<p>Bitte stellen Sie sicher, dass die Lautstärke Ihres Geräts nicht stummgeschaltet ist. Sie können die Lautstärke mit den Lautstärketasten Ihres Geräts ändern. Dazu müssen Sie möglicherweise die Option "Mit Tasten ändern" (falls aktiviert) in den Geräteeinstellungen → Töne & Haptik deaktivieren.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Bitte melden Sie uns Bluetooth Probleme inklusive Problemdetails auf <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">GitHub</a></p>
|
<p>Bitte melden Sie uns Bluetooth Probleme inklusive Problemdetails auf <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">Codeberg</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Wenn Sie Android verwenden und die Sprachanweisungs Option deaktiviert ist (oder einige der unterstützten Sprachen nicht verfügbar sind), überprüfen Sie die <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">System TTS Einstellungen</a>.</p>
|
<p>Wenn Sie Android verwenden und die Sprachanweisungs Option deaktiviert ist (oder einige der unterstützten Sprachen nicht verfügbar sind), überprüfen Sie die <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">System TTS Einstellungen</a>.</p>
|
||||||
@@ -1325,7 +1325,7 @@ CoMaps 的地理位置数据共享应该是启用的。</p>
|
|||||||
<p>Переконайтеся, що на вашому пристрої не вимкнено звук. Ви можете змінити рівень гучності за допомогою кнопок гучності вашого пристрою. Щоб це зробити вам, можливо, доведеться вимкнути опцію "Змінювати кнопками" (якщо її увімкнено) у Налаштуваннях пристрою → Звуки.</p>
|
<p>Переконайтеся, що на вашому пристрої не вимкнено звук. Ви можете змінити рівень гучності за допомогою кнопок гучності вашого пристрою. Щоб це зробити вам, можливо, доведеться вимкнути опцію "Змінювати кнопками" (якщо її увімкнено) у Налаштуваннях пристрою → Звуки.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Коли ви вмикаєте Bluetooth, він не повинен вплинути на голосові інструкції. В разі виникнення труднощів надішліть детальний опис проблеми через <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">GitHub</a>.</p>
|
<p>Коли ви вмикаєте Bluetooth, він не повинен вплинути на голосові інструкції. В разі виникнення труднощів надішліть детальний опис проблеми через <a rel="noopener" target="_blank" href="https://codeberg.org/comaps/comaps/issues">Codeberg</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Якщо ви користувач Android і ця опція вимкнена (або деякі з підтримуваних мов недоступні), перевірте <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">налаштування TTS</a>.</p>
|
<p>Якщо ви користувач Android і ця опція вимкнена (або деякі з підтримуваних мов недоступні), перевірте <a href="https://comaps.app/faq/voice/text-to-speech-android-tts/">налаштування TTS</a>.</p>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Any commit needs a helpful message. Mind the following guidelines when committin
|
|||||||
|
|
||||||
8. Wrap the body to **72 characters** or so.
|
8. Wrap the body to **72 characters** or so.
|
||||||
9. Use the body to explain **what and why** vs. how.
|
9. Use the body to explain **what and why** vs. how.
|
||||||
10. Link GitHub issues on the last lines:
|
10. Link Codeberg issues on the last lines:
|
||||||
|
|
||||||
- [See tutorial](https://help.github.com/articles/closing-issues-via-commit-messages).
|
- [See tutorial](https://help.github.com/articles/closing-issues-via-commit-messages).
|
||||||
|
|
||||||
|
|||||||
@@ -2,16 +2,12 @@
|
|||||||
|
|
||||||
## Telegram Channel
|
## Telegram Channel
|
||||||
|
|
||||||
Please subscribe to our [Telegram Channel](https://t.me/OrganicMapsApp) for updates.
|
Please subscribe to our [Telegram Channel](https://t.me/CoMapsApp) for updates.
|
||||||
|
|
||||||
## Telegram Group
|
## Telegram Group
|
||||||
|
|
||||||
Please join our [Telegram Group](https://t.me/OrganicMaps) to discuss with other users.
|
Please join our [Telegram Group](https://t.me/CoMaps_EN) to discuss with other users.
|
||||||
|
|
||||||
## GitHub Discussions
|
|
||||||
|
|
||||||
If you have some ideas or want to request a new feature, please [start a discussion thread](https://github.com/organicmaps/organicmaps/discussions/categories/ideas).
|
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
||||||
The Organic Maps community abides by the [CNCF code of conduct](CODE_OF_CONDUCT.md).
|
The CoMaps community abides by the [CNCF code of conduct](CODE_OF_CONDUCT.md).
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to Organic Maps (OM)!
|
|||||||
|
|
||||||
## How Can I Contribute?
|
## How Can I Contribute?
|
||||||
|
|
||||||
- [Donate](https://organicmaps.app/donate/)
|
- [Donate](https://comaps.app/donate/)
|
||||||
- [Submit a bug report or a feature request](#bug-reports-and-feature-requests)
|
- [Submit a bug report or a feature request](#bug-reports-and-feature-requests)
|
||||||
|
|
||||||
There are things to do for everyone:
|
There are things to do for everyone:
|
||||||
@@ -18,7 +18,7 @@ If you'd like to help in any other way or if there are any related questions - p
|
|||||||
|
|
||||||
### Bug Reports and Feature Requests
|
### Bug Reports and Feature Requests
|
||||||
|
|
||||||
[Submit an issue](https://github.com/organicmaps/organicmaps/issues) and describe your feature idea or report a bug.
|
[Submit an issue](https://codeberg.com/comaps/comaps/issues) and describe your feature idea or report a bug.
|
||||||
Please check if there are no similar issues already submitted by someone else.
|
Please check if there are no similar issues already submitted by someone else.
|
||||||
|
|
||||||
When reporting a bug please provide as much information as possible: OS and application versions,
|
When reporting a bug please provide as much information as possible: OS and application versions,
|
||||||
@@ -26,11 +26,9 @@ list of actions leading to a bug, a log file produced by the app.
|
|||||||
|
|
||||||
When using Organic Maps app on a device, use the built-in "Report a bug" option:
|
When using Organic Maps app on a device, use the built-in "Report a bug" option:
|
||||||
on Android it creates a new e-mail with a log file attached. Your issue will be processed much
|
on Android it creates a new e-mail with a log file attached. Your issue will be processed much
|
||||||
faster if you send it to <bugs@organicmaps.app>. Enabling logs in Organic Maps settings on Android
|
faster if you send it to <bugs@comaps.app>. Enabling logs in Organic Maps settings on Android
|
||||||
before sending the bug report also helps us a lot with debugging.
|
before sending the bug report also helps us a lot with debugging.
|
||||||
|
|
||||||
If your idea is very broad or raw then instead of a specific feature request consider [starting a discussion thread](https://github.com/organicmaps/organicmaps/discussions/categories/ideas).
|
|
||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
|
|
||||||
OM is available in 35 languages already, but some of them are incomplete and existing translations need regular updates as the app evolves.
|
OM is available in 35 languages already, but some of them are incomplete and existing translations need regular updates as the app evolves.
|
||||||
@@ -38,17 +36,17 @@ See [translations instructions](TRANSLATIONS.md) for details.
|
|||||||
|
|
||||||
### UI/UX, map styling and icons
|
### UI/UX, map styling and icons
|
||||||
|
|
||||||
Organic Maps has a strong focus on easy to use UI and smooth user experience. Feel free to join [UI/UX discussions](https://github.com/organicmaps/organicmaps/issues?q=is%3Aopen+is%3Aissue+label%3AUX) in relevant issues. Mockups are very welcome! Check some [existing designs](https://github.com/organicmaps/organicmaps/wiki/Design-Index).
|
Organic Maps has a strong focus on easy to use UI and smooth user experience. Feel free to join [UI/UX discussions](https://codeberg.com/comaps/comaps/issues?q=is%3Aopen+is%3Aissue+label%3AUX) in relevant issues. Mockups are very welcome! Check some [existing designs](https://codeberg.com/comaps/comaps/wiki/Design-Index).
|
||||||
|
|
||||||
If you're into graphic design then OM needs good, clear and free-to-use icons for hundreds of map features / POIs.
|
If you're into graphic design then OM needs good, clear and free-to-use icons for hundreds of map features / POIs.
|
||||||
Check OM's [graphic resources and design guidelines](https://github.com/organicmaps/organicmaps/wiki#design) and existing [requests for icons](https://github.com/organicmaps/organicmaps/issues?q=is%3Aopen+is%3Aissue+label%3AIcons). Post your icons onto relevant issues or take a next step and [integrate them](STYLES.md) yourself.
|
Check OM's [graphic resources and design guidelines](https://codeberg.com/comaps/comaps/wiki#design) and existing [requests for icons](https://codeberg.com/comaps/comaps/issues?q=is%3Aopen+is%3Aissue+label%3AIcons). Post your icons onto relevant issues or take a next step and [integrate them](STYLES.md) yourself.
|
||||||
|
|
||||||
Check the [map styling instructions](STYLES.md) and work on adding new map features and other open [styles requests](https://github.com/organicmaps/organicmaps/issues?q=is%3Aopen+is%3Aissue+label%3AStyles).
|
Check the [map styling instructions](STYLES.md) and work on adding new map features and other open [styles requests](https://codeberg.com/comaps/comaps/issues?q=is%3Aopen+is%3Aissue+label%3AStyles).
|
||||||
|
|
||||||
### Code Contributions
|
### Code Contributions
|
||||||
|
|
||||||
Please follow instructions in [INSTALL.md](INSTALL.md) to set up your development environment.
|
Please follow instructions in [INSTALL.md](INSTALL.md) to set up your development environment.
|
||||||
You will find a list of issues for new contributors [here](https://github.com/organicmaps/organicmaps/labels/Good%20first%20issue) to help you get started with simple tasks. If you want to focus on the most important issues, please check [this label](https://github.com/organicmaps/organicmaps/labels/Frequently%20Reported%20by%20Users) or our [Milestones](https://github.com/organicmaps/organicmaps/milestones).
|
You will find a list of issues for new contributors [here](https://codeberg.com/comaps/comaps/labels/Good%20first%20issue) to help you get started with simple tasks. If you want to focus on the most important issues, please check [this label](https://codeberg.com/comaps/comaps/labels/Frequently%20Reported%20by%20Users) or our [Milestones](https://codeberg.com/comaps/comaps/milestones).
|
||||||
|
|
||||||
**We do not assign issues to first-time contributors.** Any such request notifies our contributors and the development team, and creates unnecessary noise that distracts us from the work. Just make a PR - and it will be reviewed.
|
**We do not assign issues to first-time contributors.** Any such request notifies our contributors and the development team, and creates unnecessary noise that distracts us from the work. Just make a PR - and it will be reviewed.
|
||||||
|
|
||||||
@@ -73,14 +71,14 @@ Please help us:
|
|||||||
- processing users questions and feedback in chats, app stores, email and social media and creating follow-up issues or updating existing ones
|
- processing users questions and feedback in chats, app stores, email and social media and creating follow-up issues or updating existing ones
|
||||||
- reproducing and triaging reported bugs
|
- reproducing and triaging reported bugs
|
||||||
- testing upcoming features and bug fixes for Android, iOS and desktop versions
|
- testing upcoming features and bug fixes for Android, iOS and desktop versions
|
||||||
- keeping [github issues](https://github.com/organicmaps/organicmaps/issues) in order (check for duplicates, organize, assign labels, link related issues, etc.)
|
- keeping [codeberg issues](https://codeberg.com/comaps/comaps/issues) in order (check for duplicates, organize, assign labels, link related issues, etc.)
|
||||||
- composing nice user-centric release notes and news items
|
- composing nice user-centric release notes and news items
|
||||||
- etc.
|
- etc.
|
||||||
|
|
||||||
## Submitting your changes
|
## Submitting your changes
|
||||||
|
|
||||||
All contributions to Organic Maps repositories should be submitted via
|
All contributions to CoMaps repositories should be submitted via
|
||||||
[Github pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
|
[Codeberg pull requests](https://forgejo.org/docs/latest/user/pull-requests-and-git-flow/)
|
||||||
and signed-off with the [Developers Certificate of Origin](#legal-requirements).
|
and signed-off with the [Developers Certificate of Origin](#legal-requirements).
|
||||||
|
|
||||||
Each pull request is reviewed by OM maintainers to ensure its quality.
|
Each pull request is reviewed by OM maintainers to ensure its quality.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This file contains a list of all sensitive credentials, access keys, authentication tokens, and security certificates used by CI/CD (Github Actions).
|
This file contains a list of all sensitive credentials, access keys, authentication tokens, and security certificates used by CI/CD (Forgejo Actions).
|
||||||
|
|
||||||
- [PRIVATE\_H](#private_h)
|
- [PRIVATE\_H](#private_h)
|
||||||
- [RELEASE\_KEYSTORE](#release_keystore)
|
- [RELEASE\_KEYSTORE](#release_keystore)
|
||||||
|
|||||||
@@ -50,4 +50,4 @@ In the past, once someone wanted to contribute they needed to go through the CLA
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Please feel free to add your name to [CONTRIBUTORS](https://github.com/organicmaps/organicmaps/blob/master/CONTRIBUTORS) in your first PR.
|
Please feel free to add your name to [CONTRIBUTORS](https://codeberg.com/comaps/comaps/blob/master/CONTRIBUTORS) in your first PR.
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ gcov-parallel = 20
|
|||||||
gcov-ignore-errors = all
|
gcov-ignore-errors = all
|
||||||
gcov-ignore-parse-errors = all
|
gcov-ignore-parse-errors = all
|
||||||
|
|
||||||
html-title = Organic Maps Code Coverage Report
|
html-title = CoMaps Code Coverage Report
|
||||||
html-self-contained = yes
|
html-self-contained = yes
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "Organic Maps",
|
"name": "Comaps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Tools and helpers",
|
"description": "Tools and helpers",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format:docs": "prettier --write README.md 'docs/**/*.md' 'tools/python/**/*.md'",
|
"format:docs": "prettier --write README.md 'docs/**/*.md' 'tools/python/**/*.md'",
|
||||||
"format:github": "prettier --write '.prettierrc.yaml' '.github/**/*.yaml' '.github/*.yml'"
|
"format:forgejo": "prettier --write '.prettierrc.yaml' '.forgejo/**/*.yaml' '.forgejo/*.yml'"
|
||||||
},
|
},
|
||||||
"author": "Alexander Borsuk <me@alex.bio>",
|
"author": "Alexander Borsuk <me@alex.bio>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user