From 558b88de6a73625500afdf6e8ff3835eb7ac4418 Mon Sep 17 00:00:00 2001 From: Ruben Dries Date: Wed, 19 Apr 2023 11:56:12 -0400 Subject: [PATCH] Update issue templates Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 59 ++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d1ba2bc04..fd0f79160 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,26 +7,63 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +--- +name: Error +about: Detail an error you experienced to help us assist you in troubleshooting. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Error** + +A clear and concise description of the experienced error. + +... + +**Error Message** + +
+ + +```r +# Your error message here +``` +
**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error + +Steps to reproduce the behavior, i.e.: +1. Following tutorial file '...' +2. Download data '...' +3. Run function(s) '...' +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. +NOTE: Screenshots of the attempted function call and full error message(s) are helpful for troubleshooting! + +**System Information** -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + + + + + +Please replace the following according to your machine: + - OS: [e.g. OSX] + - Version [e.g. 4.0.1] + - R + - Giotto + - Python **Additional context** + Add any other context about the problem here.