forked from open-telemetry/opentelemetry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add plugin request issue template (open-telemetry#407)
* chore: add plugin request issue template * Update .github/ISSUE_TEMPLATE/plugin_request.md Co-Authored-By: dyladan <dyladan@users.noreply.github.com>
- Loading branch information
1 parent
9f82d10
commit 00cd2ec
Showing
1 changed file
with
30 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,30 @@ | ||
--- | ||
name: Plugin request | ||
about: Create a report to add support for plugin | ||
labels: plugin-request | ||
--- | ||
|
||
<!-- | ||
**NB:** Before opening a plugin support request against this repo, consider whether the plugin should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first. | ||
You are welcome to try out the [plugin api](https://github.com/open-telemetry/opentelemetry-js/blob/master/doc/plugin-guide.md) to build your own plugin. If you do try out the plugin api, please let us know if you have any questions/feedback. | ||
--> | ||
|
||
**Is your plugin request related to a problem? Please describe.** | ||
<!-- | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
--> | ||
|
||
**Is it applicable for Node or Browser or both** | ||
|
||
**Do you expect this plugin to be commonly used** | ||
Weekly Downloads: | ||
|
||
**What version of plugin are you interested in using** | ||
Versions: | ||
|
||
**Additional context** | ||
<!-- | ||
Add any other context or screenshots about the plugin request here. | ||
--> | ||
- **Is there a reference you could point for the well-defined lifecycle methods** |