Skip to content

Commit 5bcee03

Browse files
authored
Merge pull request #123 from github/joshmgross/issue-templates
Add issue templates
2 parents 7ddd11e + 3e352d7 commit 5bcee03

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or unexpected behavior while using the Actions VS Code extension
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. With this workflow '...'
16+
2. Do this '...'
17+
3. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Extension Version**
26+
`v1.x.y`
27+
28+
**Additional context**
29+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Ask a question or provide feedback about the Actions VS Code extension
4+
about: For general Q&A and feedback, see the Discussions tab.
5+
url: https://github.com/github/vscode-github-actions/discussions
6+
- name: Ask a question or provide feedback about GitHub Actions
7+
about: Please check out the GitHub community forum for discussions about GitHub Actions
8+
url: https://github.com/orgs/community/discussions/categories/actions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for the Actions VS Code extension
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)