feat: rename everything
This commit is contained in:
parent
8f7442eaa2
commit
67116f38bc
16 changed files with 172 additions and 165 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -7,7 +7,7 @@ body:
|
|||
attributes:
|
||||
label: Prerequisites
|
||||
options:
|
||||
- label: I have searched [existing issues](https://github.com/barrettruth/fugitive-ts.nvim/issues)
|
||||
- label: I have searched [existing issues](https://github.com/barrettruth/diffs.nvim/issues)
|
||||
required: true
|
||||
- label: I have updated to the latest version
|
||||
required: true
|
||||
|
|
@ -48,7 +48,7 @@ body:
|
|||
- type: textarea
|
||||
attributes:
|
||||
label: "Health check"
|
||||
description: "Output of `:checkhealth fugitive-ts`"
|
||||
description: "Output of `:checkhealth diffs`"
|
||||
render: text
|
||||
|
||||
- type: textarea
|
||||
|
|
@ -68,7 +68,7 @@ body:
|
|||
spec = {
|
||||
'tpope/vim-fugitive',
|
||||
{
|
||||
'barrettruth/fugitive-ts.nvim',
|
||||
'barrettruth/diffs.nvim',
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions
|
||||
url: https://github.com/barrettruth/fugitive-ts.nvim/discussions
|
||||
url: https://github.com/barrettruth/diffs.nvim/discussions
|
||||
about: Ask questions and discuss ideas
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -7,7 +7,7 @@ body:
|
|||
attributes:
|
||||
label: Prerequisites
|
||||
options:
|
||||
- label: I have searched [existing issues](https://github.com/barrettruth/fugitive-ts.nvim/issues)
|
||||
- label: I have searched [existing issues](https://github.com/barrettruth/diffs.nvim/issues)
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue