Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali authored May 25, 2024
1 parent 512c3ae commit e6309d3
Showing 1 changed file with 23 additions and 38 deletions.
61 changes: 23 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,33 @@
---
name: Bug Report
about: Create a bug report for Radon.
name: Bug report
about: Create a report to help us improve
title: "[BUG]: Your unexpected behavior with Radon!"
labels: bug
assignees: ''
---
<!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->

I tried this code:

```radon
<code>
```

I expected to see this happen: *explanation*
---

Instead, this happened: *explanation*
**Describe the bug**
A clear and concise description of what the bug is.

### Meta
<!--
If you're using from source or a binary, please provide the following information.
-->
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

`radon --version`:
```
<version>
```
<!--
Put an x to check the box [ ] to [x]
-->
- [ ] Source
- [ ] Binary
**Expected behavior**
A clear and concise description of what you expected to happen.

<!--
Paste your exceptions from terminal.
-->
<details><summary>Backtrace</summary>
<p>
**Screenshots or Code snippets**
If applicable, add screenshots or code snippets to help explain your problem.

```
<backtrace>
```
**Desktop (please complete the following information):**
- OS [e.g. Windows, Mac OS, Linux]:
- Radon version [v0.0.1a2]:
- Binary config [x86, x64, x32]:
- Python version [If running from source]:

</p>
</details>
**Additional context**
Add any other context about the problem here.

0 comments on commit e6309d3

Please sign in to comment.