Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adjust GH Setup - Technical Improvement Issue Type, Run Builds on Main and Release #14

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body:
options:
- cmd/solarwinds-otel-collector
- exporter/solarwindsexporter
- extension/solarwindsextension
- type: textarea
attributes:
label: Description
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Suggest an idea for this project
labels: ["enhancement", "needs triage"]
labels: ["enhancement", "feature", "needs triage"]
body:
- type: dropdown
id: component
Expand All @@ -11,6 +11,7 @@ body:
options:
- cmd/solarwinds-otel-collector
- exporter/solarwindsexporter
- extension/solarwindsextension
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
Expand Down
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/technical_improvement.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Technical improvement
description: Suggest a general technical improvement for this project
labels: ["enhancement", "maintenance", "needs triage"]
body:
- type: textarea
attributes:
label: Is your suggestion related to a general technical or maintenance issue? Please describe.
description: A clear and concise description of what the problem is.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
3 changes: 3 additions & 0 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- "*.md"
tags:
- 'v*.*.*'
branches:
- main
- release/**

pull_request:
branches:
Expand Down
Loading