diff options
Diffstat (limited to '.config/nvim/.github')
| -rw-r--r-- | .config/nvim/.github/FUNDING.yml | 12 | ||||
| -rw-r--r-- | .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md | 40 | ||||
| -rw-r--r-- | .config/nvim/.github/ISSUE_TEMPLATE/feature_request.md | 19 |
3 files changed, 71 insertions, 0 deletions
diff --git a/.config/nvim/.github/FUNDING.yml b/.config/nvim/.github/FUNDING.yml new file mode 100644 index 0000000..131fc11 --- /dev/null +++ b/.config/nvim/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ["https://paypal.me/jdhao"] diff --git a/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7a7d7a6 --- /dev/null +++ b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +<!-- Before reporting: make sure that you have read the doc (https://github.com/jdhao/nvim-config/tree/master/docs) and searched existing issues. --> + +- `nvim --version`: <!--should be latest stable version: https://github.com/neovim/neovim/releases/tag/stable --> +- terminal emulator and version: +- Operating system/version: +- Have you read and followed all steps in the [doc](https://github.com/jdhao/nvim-config/tree/master/docs): +- Output of command `set runtimepath`: + + <!-- paste your runtimepath below ---> + ``` + + ``` + +**Describe the bug** + +<!-- A clear and concise description of what the bug is. --> + +Steps to reproduce the issue: + +1. +2. +3. + +**Expected behavior** +<!-- A clear and concise description of what you expected to happen. --> + +**Screenshots** +<!-- If applicable, add screenshots to help explain your problem. --> + +**Additional context** + +<!-- Add any other context about the problem here. --> diff --git a/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md b/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2f28cea --- /dev/null +++ b/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |
