Skip to content

Commit 2885b3e

Browse files
authored
Update BUG_REPORT.md
1 parent 6ba4a19 commit 2885b3e

File tree

2 files changed

+36
-28
lines changed

2 files changed

+36
-28
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected 🤔
4+
5+
---
6+
7+
<!-- Thanks for helping us! Before you submit your issue, please make sure you followed our checklist and check the appropriate boxes by putting an x in the [ ]: [x] -->
8+
9+
### New Issue Checklist
10+
11+
- [ ] Updated the plugin to the latest version
12+
- [ ] I read the [Contribution Guidelines](https://github.com/Backelite/sonar-swift/blob/master/CONTRIBUTING.md)
13+
- [ ] I read the [documentation](https://github.com/Backelite/sonar-swift/wiki)
14+
- [ ] I searched for existing [GitHub issues](https://github.com/Backelite/sonar-swift/issues)
15+
16+
### Issue Description
17+
<!-- Please include what's happening, expected behavior, and any relevant code samples -->
18+
19+
##### Command executed
20+
<!-- The command you executed on the command line that resulted in an error -->
21+
22+
##### Complete output when running fastlane, including the stack trace and command used
23+
<!--
24+
The output could contain sensitive data. Please make sure you double check the output and replace anything sensitive you don't wish to submit in the issue
25+
-->
26+
27+
<details>
28+
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre>
29+
</details>
30+
31+
### Environment
32+
<!-- Please provide as much information as possible to help us narrow the issue -->
33+
34+
<details>
35+
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre>
36+
</details>

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)