From 02389801050aa15009e4ae9b96e981ff3e44a031 Mon Sep 17 00:00:00 2001 From: Rauno Viskus Date: Fri, 16 Apr 2021 15:01:59 +0300 Subject: [PATCH] chore: unify formatting in ISSUE_TEMPLATE's (#426) * chore: unify formatting in ISSUE_TEMPLATE's * chore: add ? * chore: replace "plugin" with "instrumentation" Co-authored-by: Valentin Marchaud --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++++ .github/ISSUE_TEMPLATE/discussion.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++----- .github/ISSUE_TEMPLATE/plugin_request.md | 26 ++++++++++++----------- 4 files changed, 40 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aa97c7d1a0..351b0e1045 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,9 @@ about: Create a report to help us improve labels: bug --- + ### What version of OpenTelemetry are you using? @@ -13,7 +15,9 @@ Please answer these questions before submitting a bug report. ### What did you do? + ### What did you expect to see? @@ -23,4 +27,7 @@ If possible, provide a recipe for reproducing the error. ### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index d4d90cb264..8faca079ff 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -10,3 +10,4 @@ labels: discussion - [ ] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9f08ef1c10..6e40eb7142 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,17 +4,30 @@ about: Suggest an idea for this project labels: feature-request --- + - -**Is your feature request related to a problem? Please describe.** +### Is your feature request related to a problem? Please describe + + -**Describe the solution you'd like** +### Describe the solution you'd like to see + + -**Describe alternatives you've considered** +### Describe alternatives you've considered + -**Additional context** + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/plugin_request.md b/.github/ISSUE_TEMPLATE/plugin_request.md index 67b61573e2..1936ace6c8 100644 --- a/.github/ISSUE_TEMPLATE/plugin_request.md +++ b/.github/ISSUE_TEMPLATE/plugin_request.md @@ -1,30 +1,32 @@ --- -name: Plugin request -about: Create a report to add support for plugin -labels: plugin-request +name: Instrumentation request +about: Create a report to add support for an instrumentation +labels: instrumentation-request --- -**Is your plugin request related to a problem? Please describe.** +### Is your instrumentation request related to a problem? Please describe -**Is it applicable for Node or Browser or both** -**Do you expect this plugin to be commonly used** +### Is it applicable for Node or Browser or both? + + +### Do you expect this instrumentation to be commonly used? Weekly Downloads: -**What version of plugin are you interested in using** +### What version of instrumentation are you interested in using? Versions: -**Additional context** +### Additional context -- **Is there a reference you could point for the well-defined lifecycle methods** +