From 9894322c178c454900ae90528dc7352cd805c57d Mon Sep 17 00:00:00 2001 From: Clayton <61576435+clayadams5226@users.noreply.github.com> Date: Wed, 4 Mar 2020 09:11:38 -0500 Subject: [PATCH] Update ISSUE_TEMPLATE.md (#752) * Update ISSUE_TEMPLATE.md Added a uniform template to be used for all issues that are reported. * Update ISSUE_TEMPLATE.md Added Beta Version, Build Version, and Videos to the list. --- ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 7a70e7be6..2b83fd702 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -3,3 +3,31 @@ Please do not submit feature requests. The [Community Forums][1] has a section for submitting, voting for, and discussing product feature requests. [1]: https://community.bitwarden.com --> + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +How can we reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. Click on '...' + +**Expected Result** +A clear and concise description of what you expected to happen. + +**Actual Result** +A clear and concise description of what is happening. + +**Screenshots or Videos** +If applicable, add screenshots and/or a short video to help explain your problem. + +**Mobile** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Build Version (This can be found under "Settings" > "About" [e.g. 2.3.0 (2221)] + - Is this a Beta release: [Y/N] + +**Additional context** +Add any other context about the problem here.