Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2022-01-21 00:21:23 +0300
committerGitHub <noreply@github.com>2022-01-21 00:21:23 +0300
commit26d11392121ea01c56ab1f130656af9ae21b4eca (patch)
treec711cc13bfe5401974c0f4b09f56b8db2ea52e4a /.github
parent6dccdf92093ac9590805f89d0760311b09941695 (diff)
Invert steps and expected behavior
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index 952f2bcb703..7182f5b3636 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -20,13 +20,6 @@ body:
validations:
required: true
- type: textarea
- id: expected-behavior
- attributes:
- label: Expected behavior
- description: Describe what you expected to happen.
- validations:
- required: true
- - type: textarea
id: reproduce
attributes:
label: Steps to reproduce
@@ -38,6 +31,13 @@ body:
...
validations:
required: true
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: Describe what you expected to happen.
+ validations:
+ required: true
- type: dropdown
id: install-method
attributes: