feat: rename
This commit is contained in:
parent
47a5c7a5e5
commit
53ab1cc000
21 changed files with 191 additions and 191 deletions
4
.github/DISCUSSION_TEMPLATE/q-a.yaml
vendored
4
.github/DISCUSSION_TEMPLATE/q-a.yaml
vendored
|
|
@ -4,8 +4,8 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Use this space for questions, ideas, and general discussion about todo.nvim.
|
||||
For bug reports, please [open an issue](https://github.com/barrettruth/todo.nvim/issues/new/choose) instead.
|
||||
Use this space for questions, ideas, and general discussion about pending.nvim.
|
||||
For bug reports, please [open an issue](https://github.com/barrettruth/pending.nvim/issues/new/choose) instead.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Question or topic
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -9,7 +9,7 @@ body:
|
|||
options:
|
||||
- label:
|
||||
I have searched [existing
|
||||
issues](https://github.com/barrettruth/todo.nvim/issues)
|
||||
issues](https://github.com/barrettruth/pending.nvim/issues)
|
||||
required: true
|
||||
- label: I have updated to the latest version
|
||||
required: true
|
||||
|
|
@ -69,7 +69,7 @@ body:
|
|||
require('lazy.nvim').setup({
|
||||
spec = {
|
||||
{
|
||||
'barrettruth/todo.nvim',
|
||||
'barrettruth/pending.nvim',
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/config.yaml
vendored
2
.github/ISSUE_TEMPLATE/config.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions
|
||||
url: https://github.com/barrettruth/todo.nvim/discussions
|
||||
url: https://github.com/barrettruth/pending.nvim/discussions
|
||||
about: Ask questions and discuss ideas
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
|
@ -9,7 +9,7 @@ body:
|
|||
options:
|
||||
- label:
|
||||
I have searched [existing
|
||||
issues](https://github.com/barrettruth/todo.nvim/issues)
|
||||
issues](https://github.com/barrettruth/pending.nvim/issues)
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue