Skip to content

Commit 3742beb

Browse files
authored
Merge pull request redhat-developer#330 from redhat-developer/issue-template
Add in issue and pull request templates
2 parents db980f3 + 7353c97 commit 3742beb

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question 🤔
3+
about: Usage question or discussion about the YAML Language Server
4+
title: ''
5+
labels: 'kind/question'
6+
assignees: ''
7+
8+
---
9+
## Summary
10+
11+
## Relevant information
12+
<!-- Provide as much useful information as you can -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report 🐞
3+
about: Report a bug found in the YAML Language Server
4+
title: ''
5+
labels: 'kind/bug'
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the bug
11+
<!--- Provide a summary of the issue.
12+
13+
If this is an issue with a schema and you have not set a schema yourself then please file the issue on https://github.com/SchemaStore/schemastore.
14+
15+
If you are having an issue with a schema that you have set yourself then please attach the schema as well as the YAML to the bug report.
16+
17+
For non schema related issues please post the relevant YAML along with any other info that
18+
may be relevant.
19+
-->
20+
21+
## Expected Behavior
22+
<!--- What should happen -->
23+
24+
## Current Behavior
25+
<!--- What happens instead of the expected behavior -->
26+
27+
## Steps to Reproduce
28+
<!--- What steps can be done to reproduce -->
29+
1.
30+
2.
31+
3.
32+
33+
## Environment
34+
- [ ] Windows
35+
- [ ] Mac
36+
- [ ] Linux
37+
- [ ] other (please specify)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Enhancement 💡
3+
about: Suggest an enhancement for the YAML Language Server
4+
title: ''
5+
labels: 'kind/enhancement'
6+
assignees: ''
7+
8+
---
9+
### Is your enhancement related to a problem? Please describe.
10+
<!-- A clear and concise description of what the problem is. Ex. I am always frustrated when [...] -->
11+
12+
### Describe the solution you would like
13+
<!-- A clear and concise description of what you want to happen. -->
14+
15+
### Describe alternatives you have considered
16+
<!--A clear and concise description of any alternative solutions or features you have considered. -->
17+
18+
### Additional context
19+
<!-- Add any other context or screenshots about the enhancement here. -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### What does this PR do?
2+
3+
4+
### What issues does this PR fix or reference?
5+
6+
7+
### Is it tested? How?
8+
<!-- Please provide instructions here how reviewer can test your changes if applicable -->

0 commit comments

Comments
 (0)