side_menu_doc/docs/contrib.md
Simon Vieille 8e23bd78df
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
replace mkdocs with docusaurus
2024-01-23 23:46:17 +01:00

25 lines
605 B
Markdown

---
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.