-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Stillat/vscode-antlers-lang…
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help improve Antlers Toolbox | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Impacted Products** | ||
Which Antlers Toolbox products does this bug apply to? | ||
|
||
- [ ] Antlers Toolbox for VS Code | ||
- [ ] Antlers Toolbox for VS Code Formatter | ||
- [ ] Formatter CLI | ||
- [ ] Antlers Prettier Plugin | ||
- [ ] Antlers Syntax Highlighting (external systems - not VS Code) | ||
|
||
**Versions and Other Plugins/Extensions** | ||
Please include the product version you are reporting a bug for. If you are reporting a bug for products such as Antlers Toolbox for VS Code or the Antlers Prettier Plugin, please include a list of other configured extensions or plugins if you believe they are contributing to the problematic behavior. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**If submitting a formatting bug, please include the template contents below as well as an attachment** | ||
Add any problematic templates here. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea to improve Antlers Toolbox | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Which Antlers Toolbox products are you requesting a feature for?** | ||
- [ ] Antlers Toolbox for VS Code | ||
- [ ] Antlers Toolbox for VS Code Formatter | ||
- [ ] Formatter CLI | ||
- [ ] Antlers Prettier Plugin | ||
- [ ] Antlers Syntax Highlighting (external systems - not VS Code) | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |