Skip to content

Commit c124d06

Browse files
folkegeorgeharker
authored andcommitted
ci: update
1 parent c1509e7 commit c124d06

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

Diff for: .github/ISSUE_TEMPLATE/config.yml

+5
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

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+12
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+

Diff for: .github/workflows/ci.yml

+1
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

Diff for: .gitignore

+6-5
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.*

Diff for: tests/run

-3
This file was deleted.

0 commit comments

Comments
 (0)