-
Notifications
You must be signed in to change notification settings - Fork 911
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extension management issue template (#26069)
* Extension management issue template * remove params
- Loading branch information
Showing
1 changed file
with
32 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,32 @@ | ||
--- | ||
name: Extension management request | ||
about: Submit a request for managing an extension in the Azure Data Studio gallery | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
> [!Important] | ||
> This form is for extension publishers _only_. If you are an extension _user_, your feedback and bugs need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. | ||
1. What is the extension ID/name? | ||
|
||
> find `extensionName` in the [extension gallery JSON file](https://github.com/anildogra/azuredatastudio/blob/release/extensions/extensionsGallery.json) | ||
2. Describe your management request. | ||
|
||
`[ Add extension | remove extension | update extension ]` | ||
|
||
3. When would you like your extension management action to occur? | ||
|
||
`[ before | on | after ] <date>` | ||
|
||
4. Where are your extension code and references located? | ||
|
||
Is your extension... | ||
|
||
* Built into or shipped with Azure Data Studio? | ||
* Code is checked into github.com/microsoft/azuredatastudio, but extension is installed separately? | ||
* Only in the gallery (you build the extension yourself)? | ||
* Any other locations or integration points referencing your extension? |