Issue forms. (#679)

* Issue forms
This commit is contained in:
K0RR
2021-07-26 09:31:48 +02:00
committed by GitHub
parent ab523d4c6c
commit 800848062d
4 changed files with 92 additions and 9 deletions
+66
View File
@@ -0,0 +1,66 @@
name: "Bug report"
description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version."
labels: bug
body:
- type: checkboxes
id: unique
attributes:
label: "This issue is unique."
options:
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug."
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
multiple: true
options:
- Windows XP / Vista
- Windows 10 / 8.1 / 7
- macOS 10.11 x86
- macOS 10.12 or higher
- Linux (DEB package)
- Linux (RPM package)
validations:
required: true
- type: input
id: version
attributes:
label: "Version information"
description: "Please provide the exact version of the app you are using. If you don't know it, look at the 'About' tab in the ONLYOFFICE Desktop Editors. Before submitting an issue, ensure you are using the [latest version of the app](https://www.onlyoffice.com/en/download-desktop.aspx)."
placeholder: "Example: 6.3.1.56"
validations:
required: true
- type: textarea
id: expected
attributes:
label: "Expected Behavior"
description: "What did you expect to happen? Did this work in previous versions of DesktopEditors?"
placeholder: "Example: When the text color is set to white it should be white, regardless of the font size."
validations:
required: true
- type: textarea
id: actual
attributes:
label: "Actual Behavior"
description: "What did actually happen?"
placeholder: "Example: When the text size is 16 and the font color is set to white then the text is gray."
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: "Reproduction Steps"
description: "Provide information on how to reproduce this bug. Make sure your instructions are clear."
placeholder: |
Example:
1. Change font size to 16
2. Set font color to white
3. Observe as the text is not white
- type: textarea
id: additional
attributes:
label: "Additional information"
description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here."
placeholder: "Example: My screen resolution is 1920x1080p"
+11
View File
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Appimage package
url: https://github.com/ONLYOFFICE/appimage-desktopeditors/issues?q=
about: Everything about the appimage version goes here.
- name: Flatpak package
url: https://github.com/flathub/org.onlyoffice.desktopeditors/issues?q=
about: Everything about the flatpak version goes here.
- name: Snap package
url: https://github.com/ONLYOFFICE/snap-desktopeditors/issues?q=
about: Everything about the snap version goes here.
@@ -0,0 +1,15 @@
name: "Feature request"
description: "Use this form to suggest a feature."
labels: enhancement
body:
- type: checkboxes
attributes:
label: "This issue is unique."
options:
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea."
required: true
- type: textarea
attributes:
label: Your idea.
validations:
required: true