summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/question---other.md2
-rw-r--r--docs/setup/yunohost.md4
-rw-r--r--renovate.json2
6 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8de6e3be..1736721b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve HedgeDoc.
title: ''
-labels: 'bug'
+labels: 'type: bug'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md
index 3d7af927..dee13b03 100644
--- a/.github/ISSUE_TEMPLATE/enhancement_request.md
+++ b/.github/ISSUE_TEMPLATE/enhancement_request.md
@@ -2,7 +2,7 @@
name: Enhancement request
about: Suggest an enhancement of an existing feature.
title: ''
-labels: 'enhancement'
+labels: 'type: enhancement'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 98ef5148..8a861a4a 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest a new feature for this project, which isn't existing yet.
title: ''
-labels: 'feature request'
+labels: 'type: feature'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/question---other.md b/.github/ISSUE_TEMPLATE/question---other.md
index 757ba182..36fd3336 100644
--- a/.github/ISSUE_TEMPLATE/question---other.md
+++ b/.github/ISSUE_TEMPLATE/question---other.md
@@ -2,7 +2,7 @@
name: Question / Other
about: Questions about the project, features, or organziational issues
title: ''
-labels: question
+labels: 'type: question'
assignees: ''
---
diff --git a/docs/setup/yunohost.md b/docs/setup/yunohost.md
index 9ec9d45b..fd90036c 100644
--- a/docs/setup/yunohost.md
+++ b/docs/setup/yunohost.md
@@ -3,6 +3,6 @@ YunoHost
HedgeDoc is available as a 1-click install on [YunoHost](https://yunohost.org/). YunoHost is a Debian GNU/Linux based distribution packaged with free software that automates the installation of a personal web server.
-[![Install HedgeDoc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=codimd)
+[![Install HedgeDoc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hedgedoc)
-The source code for the package can be found [here](https://github.com/YunoHost-Apps/codimd_ynh).
+The source code for the package can be found [here](https://github.com/YunoHost-Apps/hedgedoc_ynh).
diff --git a/renovate.json b/renovate.json
index ecf2ad1e..910e0a2b 100644
--- a/renovate.json
+++ b/renovate.json
@@ -10,6 +10,6 @@
":gitSignOff"
],
"labels": [
- "dependencies"
+ "type: maintenance"
]
}