From 89df6fc61a0c2117e1c82fa4af28db1e445180ef Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Tue, 16 Mar 2021 19:01:25 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2a4d0162 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve SimpleLogin. +title: '' +labels: '' +assignees: '' + +--- + +Please note that this is only for bug report. + +For help on your account, please reach out to us at hi[at]simplelogin.io + +For feature request, please use our [open roadmap](https://trello.com/b/4d6A69I4/open-roadmap) + +## Prerequisites +- [ ] I have searched open and closed issues to make sure that the bug has not yet been reported. + +## Bug report + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (If applicable):** + - OS: Linux, Mac, Windows + - Browser: Firefox, Chrome, Brave, Safari + - Version [e.g. 78] + +**Additional context** +Add any other context about the problem here.