summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-03-23 13:56:44 +0100
committergreta <gretadoci@gmail.com>2022-03-23 13:56:44 +0100
commit1a61f6866aff90413285d37c28c05a9ecc023f4a (patch)
treeabd93a014e1a28005f4fd2006d4eba10462ea1c2 /.github/ISSUE_TEMPLATE
parent11156477bf3848460a7f45f572195e826291a994 (diff)
Fix form id duplication
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report_circles.yml26
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report_contacts.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request_form.yml7
3 files changed, 17 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report_circles.yml b/.github/ISSUE_TEMPLATE/bug_report_circles.yml
index 812b21fe..c0ecf70b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report_circles.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report_circles.yml
@@ -130,22 +130,22 @@ body:
from within your instance's installation folder.
render: Text
- type: markdown
- attributes:
- value: "## Client configuration"
+ attributes:
+ value: "## Client configuration"
- type: input
id: browser
- attributes:
- label: Browser
- description: e.g Firefox 56
+ attributes:
+ label: Browser
+ description: e.g Firefox 56
- type: input
id: client-os
- attributes:
- label: Client operating system
- description: e.g. Arch Linux
+ attributes:
+ label: Client operating system
+ description: e.g. Arch Linux
- type: input
id: carddav-clients
- attributes:
- label: CardDAV-clients
+ attributes:
+ label: CardDAV-clients
- type: markdown
attributes:
value: "## Logs"
@@ -176,8 +176,8 @@ body:
- type: textarea
id: browser-log-circle
attributes:
- label: Browser log
- description: |
+ label: Browser log
+ description: |
Below you can see how to access your browser console. Please, use the browser log where you faced the error.
#### Chrome
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
@@ -198,4 +198,4 @@ body:
#### Opera
1. Press CTRL + SHIFT + I to open Dragonfly.
2. Click on the “console” tab.
- render: Text
+ render: Text
diff --git a/.github/ISSUE_TEMPLATE/bug_report_contacts.yml b/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
index 1a1964b9..203650d9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
@@ -44,7 +44,7 @@ body:
description: |
See apps admin page, e.g. 0.5.3
- type: input
- id: system
+ id: operating-system
attributes:
label: Operating system
description: |
diff --git a/.github/ISSUE_TEMPLATE/feature_request_form.yml b/.github/ISSUE_TEMPLATE/feature_request_form.yml
index 79cdcd03..087abd2a 100644
--- a/.github/ISSUE_TEMPLATE/feature_request_form.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request_form.yml
@@ -24,20 +24,19 @@ body:
attributes:
label: Is your feature request related to a problem? Please describe.
description: |
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: description-solution
attributes:
label: Describe the solution you'd like
- description: |
- A clear and concise description of what you want to happen.
+ description: |
+ A clear and concise description of what you want to happen.
- type: textarea
id: description-alternatives
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
-
- type: textarea
id: additional-context
attributes: