Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Add a specialized bug report template for packer v2
  • Loading branch information
wbthomason committed Nov 29, 2022
1 parent 04e45a8 commit dcd2f38
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Bug report
about: Report a bug in packer.nvim
labels: bug
name: Bug report (packer v1)
about: Report a bug in packer.nvim, v1 (current master branch)
title: ''
labels: bug, v1
assignees: ''

---

Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--packer-v2-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report (packer v2)
about: Report a bug in packer.nvim, v2 (currently in alpha)
title: ''
labels: bug, fix in v2
assignees: ''

---

<!-- Before creating an issue, please search the issue tracker and make sure packer.nvim is up to date -->
<!-- If your issue is a general usage question, please create a GitHub discussions thread: https://github.com/wbthomason/packer.nvim/discussions -->
<!-- Please do not report missing features that you would like added back using this template! -->

- `nvim --version`:
- `git --version`:
- Operating system/version:
- `packer` commit:

### Observed behaviour

### Expected behaviour

### Steps to reproduce

### packer files

<details>
<summary>Plugin specification table</summary>

Post or link to a file containing your table of plugin specifications here, if you aren't able to provide a minimal reproducer

</details>

<details>
<summary>packer log file</summary>

Post the contents of ~/.cache/nvim/packer.nvim.log here

</details>
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Feature request
about: Suggest a feature for packer.nvim
title: ''
labels: enhancement
assignees: ''

---

<!-- Before creating an issue, please search the issue tracker and make sure packer.nvim is up to date -->
<!-- If your issue is a general usage question, please create a GitHub discussions thread: https://github.com/wbthomason/packer.nvim/discussions -->

### Describe the feature

0 comments on commit dcd2f38

Please sign in to comment.