-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ecf9d2
commit 95b55b5
Showing
2 changed files
with
51 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,33 @@ | ||
--- | ||
name: Bug Report | ||
description: Report a reproducible bug | ||
labels: ["type: bug"] | ||
body: | ||
- type: input | ||
attributes: | ||
label: Validity Version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: NetBox Version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Python Version | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Provide step-by-step instructions to reproduce the bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Traceback | ||
description: > | ||
If Python exception occured, paste the traceback here. | ||
Traceback can be found inside application logs. | ||
render: shell |
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,18 @@ | ||
--- | ||
name: Feature Request | ||
description: Propose a new feature or a change to existing functionality | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What should be added/changed? | ||
description: Describe in details the feature you like to be added or changed | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: > | ||
Describe the reason of making the change you've mentioned above. | ||
How this change could help Validity users? | ||
validations: | ||
required: true |