Skip to content

Commit

Permalink
issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Jul 9, 2024
1 parent 0ecf9d2 commit 95b55b5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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

0 comments on commit 95b55b5

Please sign in to comment.