Skip to content

Commit 00cd2ec

Browse files
mayurkale22dyladan
authored andcommittedOct 5, 2019
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>
1 parent 9f82d10 commit 00cd2ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Plugin request
3+
about: Create a report to add support for plugin
4+
labels: plugin-request
5+
---
6+
7+
<!--
8+
**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.
9+
10+
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.
11+
-->
12+
13+
**Is your plugin request related to a problem? Please describe.**
14+
<!--
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
-->
17+
18+
**Is it applicable for Node or Browser or both**
19+
20+
**Do you expect this plugin to be commonly used**
21+
Weekly Downloads:
22+
23+
**What version of plugin are you interested in using**
24+
Versions:
25+
26+
**Additional context**
27+
<!--
28+
Add any other context or screenshots about the plugin request here.
29+
-->
30+
- **Is there a reference you could point for the well-defined lifecycle methods**

0 commit comments

Comments
 (0)
Please sign in to comment.