-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |