Skip to content

Commit f7e2a78

Browse files
Timothy MothraCodeBlanch
andauthored
[repo] remove questions template and redirect to discussions (open-telemetry#5827)
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent 2d6b03f commit f7e2a78

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
3+
blank_issues_enabled: false
4+
contact_links:
5+
- name: Question
6+
url: https://github.com/open-telemetry/opentelemetry-dotnet/discussions/new?category=q-a
7+
about: Ask a question to help us improve our knowledge base and documentation.

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

OpenTelemetry.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEM
8080
ProjectSection(SolutionItems) = preProject
8181
.github\ISSUE_TEMPLATE\bug_report.yml = .github\ISSUE_TEMPLATE\bug_report.yml
8282
.github\ISSUE_TEMPLATE\feature_request.yml = .github\ISSUE_TEMPLATE\feature_request.yml
83-
.github\ISSUE_TEMPLATE\question.yml = .github\ISSUE_TEMPLATE\question.yml
8483
EndProjectSection
8584
EndProject
8685
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{E69578EB-B456-4062-A645-877CD964528B}"

0 commit comments

Comments
 (0)