Skip to content

Commit d61c972

Browse files
committed
Merge branch 'master' into feature/formatting
2 parents c14dae7 + d48a111 commit d61c972

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7+
78
---
89

910
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Suggest an idea for this project
44
title: ''
55
labels: feature-request
66
assignees: ''
7+
78
---
89

910
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Other issue
3+
about: Any other issue not covered by the above templates
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
PLEASE CHECK THAT THE ISSUE HAS NOT ALREADY BEEN POSTED.
12+
13+
Provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/syntax-highlighting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Create a bug report for erroneous syntax highlighting
44
title: ''
55
labels: syntax-highlight
66
assignees: ''
7+
78
---
89

910
**Describe the bug**

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
push:
3-
tags:
4-
- '*'
2+
release:
3+
types: [published]
54

65
name: Deploy Extension
76
jobs:

0 commit comments

Comments
 (0)