-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev/snehara/update-readme' of https://github.com/micros…
…oft/vscode-cmake-tools into dev/snehara/update-readme
- Loading branch information
Showing
5 changed files
with
79 additions
and
10 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
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
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,36 @@ | ||
name: Documentation request form | ||
description: Create a documentation request for the CMake Tools extension. | ||
title: "[Docs] " | ||
labels: | ||
- "documentation" | ||
- "triage" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Is there an existing documentation request for this? | ||
Please search our [existing issues](https://github.com/microsoft/vscode-cmake-tools/issues) to see if an issue already exists for the documentation request you'd like to create. | ||
- type: textarea | ||
attributes: | ||
label: Request Overview | ||
description: | | ||
Please give us an overview of what information you would like to see added to the documentation. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Existing Documentation URL | ||
description: | | ||
If you believe an existing doc needs to be updated, please provide the URL of the page here. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: | | ||
Optionally provide other information that will give us more context about the documentation you are requesting. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
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,28 @@ | ||
name: Feature request form | ||
description: Create a feature request for the CMake Tools extension. | ||
title: "[Feature] " | ||
labels: | ||
- "enhancement" | ||
- "triage" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Is there an existing feature request for this? | ||
Please search our [existing issues](https://github.com/microsoft/vscode-cmake-tools/issues) to see if an issue already exists for the feature request you'd like to create. | ||
- type: textarea | ||
attributes: | ||
label: Request Overview | ||
description: | | ||
Please give us an overview of the feature you would like to see added to the CMake Tools extension. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: | | ||
Optionally provide other information that will give us more context about the feature you are requesting. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
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