forms/.github/ISSUE_TEMPLATE/bug_report.md

77 lines
2.2 KiB
Markdown
Raw Normal View History

2020-05-06 18:07:48 +02:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 0. Needs triage, bug
assignees: ''
---
**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!**
2020-05-06 18:07:48 +02:00
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
2020-05-07 09:35:00 +02:00
**Nextcloud (please complete the following information):**
- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]
2020-05-07 09:35:00 +02:00
2020-05-06 18:07:48 +02:00
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Browser log**
```
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.
```
<details>
<summary>How to access your browser console (Click to expand)</summary>
# Chrome
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
- Alternative method:
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
2. Click the “console” tab.
# Safari
- Press CMD + ALT + I to open the Web Inspector.
- See Chromes step 2. (Chrome and Safari have pretty much identical dev tools.)
# IE9
1. Press F12 to open the developer tools.
2. Click the “console” tab.
# Firefox
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
- or, if Firebug is installed (recommended):
1. Press F12 to open Firebug.
2. Click on the “console” tab.
# Opera
1. Press CTRL + SHIFT + I to open Dragonfly.
2. Click on the “console” tab.
</details>
**Additional context**
Add any other context about the problem here.