Skip to content

Commit b8ea7c1

Browse files
authored
Add config.yml for Templates. (#1352)
1 parent 5d5296b commit b8ea7c1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Feature Request
1+
---
2+
name: "Feature Request"
23
description: Request a feature for the OpenTelemetry Rust implementation.
34
title: "[Feature]: "
45
labels: ["enhancement", "triage:todo"]
@@ -24,7 +25,7 @@ body:
2425
- type: textarea
2526
id: solution
2627
attributes:
27-
label: Describe the solution you'd like:
28+
label: "Describe the solution you'd like:"
2829
description: What do you want to happen instead? What is the expected behavior?
2930
placeholder: I'd like the api to ...
3031
validations:

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
contact_links:
2+
- name: GitHub Discussions
3+
url: https://github.com/open-telemetry/opentelemetry-rust/discussions/new/choose
4+
about: Please ask questions here.
5+
- name: Slack
6+
url: https://cloud-native.slack.com/archives/C03GDP0H023
7+
about: Or the `#otel-rust` channel in the CNCF Slack instance. (Not terribly responsive.)
8+
- name: "⚠️ Report a security vulnerability"
9+
url: "https://github.com/open-telemetry/opentelemetry-rust/security/advisories/new"
10+
about: "Report a security vulnerability."
11+

0 commit comments

Comments
 (0)