diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0b05261 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +## Feature + +### Description + +... + +### Benefits + +... + +--- + +## Issue + +### Environment + +* Side menu version: ... +* PHP version: ... +* Web server (Nginx, Apache2): ... + +### Steps to reproduce + +* ... +* ... +* ... + +### Observed Results + +... + +### Expected Results + +... diff --git a/README.md b/README.md index 1ea781b..be0fe25 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ 🤙 Nextcloud app / Side menu 🎨 =============================== - -This application moves the top menu of Nextcloud to the left side. +Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface. +This application is rather suitable for instances that activate a lot of applications. Comptatible with AppOrder. @@ -45,7 +45,14 @@ $ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip How to contribute? ------------------ -Fork the repository, go to `apps/`, clone your repository and run `npm install` inside. +You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues + +If 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 `npm install` Build javascripts using `webpack --config ./webpack.js` (add `-w` to build them in real time). diff --git a/appinfo/info.xml b/appinfo/info.xml index 8b7d402..2658cd8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,7 +3,14 @@ side_menu Side menu Move the top menu to the left side. - Move the top menu to the left side. + agpl Simon Vieille 1.3.2