Skip to content

Commit c2dde8d

Browse files
committed
ci: update
1 parent 3657946 commit c2dde8d

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question or start a discussion
4+
url: https://github.com/folke/tokyonight.nvim/discussions
5+
about: Use Github discussions instead

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## What is this PR for?
2+
3+
<!-- Describe the big picture of your changes to communicate to the maintainers
4+
why we should accept this pull request. -->
5+
6+
## Does this PR fix an existing issue?
7+
8+
<!--
9+
If this PR fixes any issues, please link to the issue here.
10+
- Fixes #<issue_number>
11+
-->
12+

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
with:
1313
plugin: tokyonight.nvim
1414
repo: folke/tokyonight.nvim
15+
tests: true

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
tt.*
2-
foo.*
1+
*.log
2+
.repro
33
.tests
4-
doc/tags
4+
build
55
debug
6-
.repro
7-
*.log
6+
doc/tags
7+
foo.*
8+
tt.*

tests/run

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)