From cc809f963158ac95721f4acab1b62b93ca75e481 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Thu, 9 Jan 2025 10:16:31 -0500 Subject: [PATCH] Update issue templates --- .../openmetrics-2-0-proposal.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/openmetrics-2-0-proposal.md diff --git a/.github/ISSUE_TEMPLATE/openmetrics-2-0-proposal.md b/.github/ISSUE_TEMPLATE/openmetrics-2-0-proposal.md new file mode 100644 index 0000000..cf4d0ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/openmetrics-2-0-proposal.md @@ -0,0 +1,20 @@ +--- +name: OpenMetrics 2.0 Proposal +about: Propose an enhancement to OpenMetrics for the 2.0 project. +title: 'OM 2.0: ' +labels: '' +assignees: '' + +--- + +## Problem Statement + +<--! describe the issue with the spec you are trying to solve --> + +## Proposed solution + +<--! describe the high-level outline of your proposed solution. If the overall direction is accepted and needs more detail, a complete proposal can be written to https://github.com/prometheus/proposals--> + +## Alternatives considered + +<--! describe the high-level outline of alternative solutions you considered, and why you chose your proposed solution over these alternatives-->