-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add GitHub issue templates (#20)
Signed-off-by: Michal Fiedorowicz <[email protected]>
- Loading branch information
1 parent
cdc460b
commit 3919cea
Showing
4 changed files
with
125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: ✨ Feature Request | ||
description: Propose a new Diode SDK Python feature or enhancement | ||
labels: ["enhancement", "status: needs triage"] | ||
body: | ||
- type: input | ||
attributes: | ||
label: Diode SDK Python version | ||
description: What version of Diode SDK Python are you currently running? | ||
placeholder: v0.4.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Feature type | ||
options: | ||
- New ingestion entity type or new field of existing entity type | ||
- New functionality | ||
- Change to existing functionality | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed feature or enhancement | ||
description: > | ||
Describe in detail the new feature or enhancement you are proposing. The more detail you provide here, | ||
the greater chance your proposal has of being discussed. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: > | ||
Explain how adding this feature or enhancement would benefit Diode users. What need does it address? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
description: Report a reproducible bug in the current release of Diode SDK Python | ||
labels: ["bug", "status: needs triage"] | ||
body: | ||
- type: input | ||
attributes: | ||
label: Diode SDK Python version | ||
description: What version of Diode SDK Python are you currently running? | ||
placeholder: v0.4.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Diode version | ||
description: What version of Diode are you currently running? | ||
placeholder: v0.6.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Diode NetBox Plugin version | ||
description: What version of Diode NetBox Plugin are you currently running? | ||
placeholder: v0.6.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: NetBox version | ||
description: What version of NetBox are you currently running? | ||
placeholder: v4.1.3 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: > | ||
Describe in detail the exact steps that someone else can take to reproduce this bug using given Diode SDK | ||
Python, Diode, Diode NetBox Plugin and NetBox versions. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Observed behavior | ||
description: What happened instead? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: 📖 Documentation Change | ||
description: Suggest an addition or modification to the Diode SDK Python documentation | ||
labels: ["documentation", "status: needs triage"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Change type | ||
description: What type of change are you proposing? | ||
options: | ||
- Addition | ||
- Correction | ||
- Removal | ||
- Cleanup (formatting, typos, etc.) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Area | ||
description: To what section of the documentation does this change primarily pertain? | ||
options: | ||
- Features | ||
- Installation/upgrade | ||
- Getting started | ||
- Configuration | ||
- Development | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed changes | ||
description: Describe the proposed changes and why they are necessary. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |