Skip to content

Commit 6b3ecb2

Browse files
Add a GitHub issue template for enhancements
For eng/ide/ada_language_server#1346
1 parent 496e025 commit 6b3ecb2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Enhancement Request
2+
description: Suggest an idea for the Ada Language Server or the Ada & SPARK VS Code extension.
3+
title: "[Enhancement]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### Is there an existing request for this enhancement?
10+
Prior to creating a new feature request, please review our [existing enhancement requests](https://github.com/AdaCore/ada_language_server/labels/enhancement) to avoid duplicates.
11+
- type: textarea
12+
attributes:
13+
label: Enhancement Request
14+
description: |
15+
Describe the enhancement here.
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)