Add issue templates

This commit is contained in:
Josh Gross
2023-03-20 16:03:30 -04:00
parent 0c8752af17
commit 7a3b867def
3 changed files with 60 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report a bug or unexpected behavior while using Actions Language Services
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. With this workflow '...'
2. Do this '...'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Package/Area**
- [ ] Expressions
- [ ] Workflow Parser
- [ ] Language Service
- [ ] Language Server
**Package Version**
`v1.x.y`
**Additional context**
Add any other context about the problem here.