Skip to content

Commit

Permalink
Extension management issue template (#26069)
Browse files Browse the repository at this point in the history
* Extension management issue template

* remove params
  • Loading branch information
Benjin authored Nov 19, 2024
1 parent 2e1acbd commit 14cde88
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/extension_management.md
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?

0 comments on commit 14cde88

Please sign in to comment.