side_menu_doc/docs/contrib.md

25 lines
605 B
Markdown
Raw Normal View History

2023-02-11 23:57:28 +01:00
---
hide:
- navigation
- toc
---
# How to contribute?
You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues
## You are a translator
Translations are managed from [translate.codeberg.org](https://translate.codeberg.org/projects/custom-menu/application/).
## You are a developer
* fork the repository
* install an instance of Nextcloud
* go to `apps/` and clone your repository
* go to `apps/side_menu` and run `make dep`
Build javascripts using `make build` (or `make watch` to build them in real time).
Then commit and create a pull request.