mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
1.1 KiB
1.1 KiB
Contributing to OpenGlobus
Contributing Code
Everyone is welcome to contribute to OpenGlobus.
Please use an editor config from here: https://github.com/openglobus/openglobus/blob/master/.editorconfig
Making pull requests
-
Branch must looks like this:
feature/<issue_id>_<custom_name>orbugfix/<issue_id>_<custom_name> -
Each commit must start with an issue ID like this
#<issue_id>, so be sure that the issue exists. -
Finally, all checks in PR must be approved and PR link must be added in the issue comments.
-
Please, make all checks are fine:
npm testpassesnpm run apipassesnpm run lintpassesnpm run buildstill works
Reporting Bugs
Feel free to report bug in the issues, please be more specific in the description. No need to put a point in the end of an issue sentence, it is a header!
Improving Documentation
- TODO how to contribute to api docs