From b17e06e704d21f4cef46952efb5222d71d1f84ab Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 11 Jul 2018 10:15:57 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 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..478625f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Application and Operating System Details:** + - OS: Output of `uname -a` +- Application version: Output of `onedrive --version` + +**To Reproduce** +Steps to reproduce the behavior if not causing an application crash: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +If issue is replicated by a specific 'file' or 'path' please archive the file and path tree & email to support@mynas.com.au + +**Complete Verbose Log Output** +A clear and full log of the problem. Please use 3 ` characters to format log output to make it easier to read. See https://guides.github.com/features/mastering-markdown/ for more details. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.