From 9d9c8d54faaf20ee298cf298c63464d0fe026dc2 Mon Sep 17 00:00:00 2001 From: Philipp Mehrfeld Date: Fri, 20 Mar 2020 09:51:55 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4750c00261..4d9d7eeabe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,28 +4,28 @@ about: Create a report to help us improve --- -**Describe the bug** +### Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +### To Reproduce Steps to reproduce the behavior: 1. Go to '...' 1. Click on '...' 1. Scroll down to '...' 1. See error -**Expected behavior** +### Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +### Screenshots If applicable, add screenshots to help explain your problem. -**System and software specifications** +### System and software specifications - Simulation environment and version -**Approach to solve issue** +### Approach to solve issue 1. Add '...' in clas `...` 1. Change component names from `...` to `...` -**Additional context** +### Additional context Add any other context about the problem here.