Skip to content

Commit

Permalink
* Fix CI Action
Browse files Browse the repository at this point in the history
* Update templates
  • Loading branch information
DanSheps committed Sep 16, 2024
1 parent b85eb4a commit 59243b4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ body:
attributes:
label: Plugin version
description: What version of the plugin are you currently running?
placeholder: v1.0.0
placeholder: v2.1.1
validations:
required: true
- type: input
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.2.0
placeholder: v4.1.1
validations:
required: true
- type: dropdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
label: Plugin version
description: >
What version of the plugin are you running?
placeholder: v1.0.0
placeholder: v2.1.1
validations:
required: true
- type: input
Expand All @@ -25,17 +25,17 @@ body:
What version of NetBox are you currently running? (If you don't have access to the most
recent NetBox release, consider testing on our [demo instance](https://demo.netbox.dev/)
before opening a bug report to see if your issue has already been addressed.)
placeholder: v3.2.0
placeholder: v4.1.1
validations:
required: true
- type: dropdown
attributes:
label: Python version
description: What version of Python are you currently running?
options:
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
validations:
required: true
- type: textarea
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/03-housekeeping.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 🏡 Housekeeping
description: A change pertaining to the codebase itself (developers only)
labels: ["type: housekeeping"]
body:
- type: markdown
attributes:
value: >
**NOTE:** This template is for use by maintainers only. Please do not submit
an issue using this template unless you have been specifically asked to do so.
- type: textarea
attributes:
label: Proposed Changes
description: >
Describe in detail the new feature or behavior you'd like to propose.
Include any specific changes to work flows, data models, or the user interface.
validations:
required: true
- type: textarea
attributes:
label: Justification
description: Please provide justification for the proposed change(s).
validations:
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cp -f netbox-routing/.github/configuration.testing.py netbox/netbox/netbox/configuration_testing.py
- name: Run tests
run: coverage run --source="netbox-routing/netbox_routing" netbox/netbox/manage.py test netbox-routing/netbox-routing --parallel
run: coverage run --source="netbox-routing/netbox_routing" netbox/netbox/manage.py test netbox-routing/netbox_routing --parallel

- name: Show coverage report
run: coverage report --skip-covered --omit '*/migrations/*,*/tests/*'

0 comments on commit 59243b4

Please sign in to comment.