1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-24 08:42:28 +02:00

Add a bug report template

This commit is contained in:
Michael Clarke 2019-06-22 14:08:08 +01:00 committed by GitHub
parent d68f928ff5
commit 701e480ffa

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
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.
**Software Versions**
- SonarQube Version: [e.g. Version 7.8 (build 26217)]
- Plugin Version: [e.g. 1.1.0, or custom build from master at commit 004AD34FAA]
**Additional context**
Add any other context about the problem here.