Skip to content

Commit

Permalink
Mobile app specific bug report. (#24112)
Browse files Browse the repository at this point in the history
* Mobile app specific bug report.

Add an issue template specific for reporting mobile apps bugs.

* Clarify the app version meaning.

* Address review comments.

* More review changes.
  • Loading branch information
SergioEstevao committed Jul 22, 2020
1 parent c9f061d commit 80e8f7d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/Mobile_apps_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report for Mobile Apps
about: Create a report to help us improve the Gutenberg mobile apps version
labels: Mobile App Android/iOS
---

**Describe the bug**
A clear and concise description of what the bug is.

**To reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Tap on '....'
3. Scroll down to '....'
4. See '... exact error ...'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Editor version (please complete the following information):**
- WordPress version: [e.g: 5.3.2]
- Does the website have the Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"]
- If the Gutenberg plugin is installed, which version is it? [e.g., 7.6]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6, Pixel 3]
- OS: [e.g. iOS 8.1, Android 10.0]
- WordPress App Version [e.g. 15.3] or Demo App Version [branch name or git commit hash]

**Additional context**
- To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress.

0 comments on commit 80e8f7d

Please sign in to comment.