Skip to content

Commit

Permalink
chore: Updated big report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
OXY2DEV committed Aug 10, 2024
1 parent 7f4639a commit 4e56015
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
37 changes: 28 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,50 @@ assignees: ''

---

**Have you done all of these?**
<!-- These are required -->

- [ ] I am using the latest version of the plugin.
- [ ] I have checked the wiki.
- [ ] I have checked previous issues(even closed ones).

**Describe the bug**
A clear and concise description of what the bug is.

**Neovim version**

```bash
nvim --version
# Output
```

**Are you using a distro?**
No

>[!NOTE]
> Distros can sometimes cause unusual behavior due to changing various options.
**To Reproduce**
Steps to reproduce the behavior:
Steps to reproduce the bug:

1. Install `markview.nvim`.
2. Open a `markdown` document.

**Configuration table**

If you are configured the plugin then you **must** share your config.

```lua
require("markview").setup({
-- Your config table
});
```

**Expected behavior**
What is expected to happen.
<!-- What is expected to happen. -->

**Actual behavior**
What actually happens.
<!-- What actually happens. -->

**Screenshots**
If it's a visual glitch then screenshots are a **must**.

**Neovim version**
0.10.0

**Additional context**
E.g. other plugins that you use with this one.
2 changes: 1 addition & 1 deletion markview.nvim.wiki

0 comments on commit 4e56015

Please sign in to comment.