Skip to content

Commit

Permalink
fix: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 30, 2024
1 parent 647b56a commit 8a48a9a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Report a bug
name: Bug
description: |
Create a bug report to help us improve Zenoh.
title: "[Bug] "
Report a bug.
labels: ["bug"]
body:
- type: textarea
Expand All @@ -19,7 +18,7 @@ body:
attributes:
label: To reproduce
description: "Steps to reproduce the behavior:"
placeholder: |
placeholder: |
1. Start a subscriber "..."
2. Start a publisher "...."
3. See error
Expand Down
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/new_feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: New feature
description: |
Suggest a new feature.
labels: ["new feature"]
body:
- type: markdown
attributes:
value: |
**Guidelines for a good issue**
*Is your feature request related to a problem?*
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
*Describe the solution you'd like*
A clear and concise description of what you want to happen.
*Describe alternatives you've considered*
A clear and concise description of any alternative solutions or features you've considered.
*Additional context*
Add any other context about the feature request here.
- type: textarea
id: feature
attributes:
label: "Describe the feature"
validations:
required: true
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Add an issue to the next release
description: |
Add an issue as part of next release.
This will be added to the current release project.
You must be a contributor to use this template.
labels: ["release"]
body:
- type: markdown
attributes:
value: |
**Guidelines for a good issue**
*Is your release item related to a problem?*
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
*Describe the solution you'd like*
A clear and concise description of what you want to happen.
*Describe alternatives you've considered*
A clear and concise description of any alternative solutions or features you've considered.
*Additional context*
Add any other context about the release item request here.
- type: textarea
id: item
attributes:
label: "Describe the release item"
validations:
required: true

0 comments on commit 8a48a9a

Please sign in to comment.