Skip to content

Commit 03853c3

Browse files
committed
Merge branch 'main' into 20490-restrict-script-permissions
2 parents dc6a54e + 359179f commit 03853c3

File tree

149 files changed

+69093
-66708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+69093
-66708
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: NetBox version
1717
description: What version of NetBox are you currently running?
18-
placeholder: v4.4.10
18+
placeholder: v4.5.1
1919
validations:
2020
required: true
2121
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: NetBox Version
2929
description: What version of NetBox are you currently running?
30-
placeholder: v4.4.10
30+
placeholder: v4.5.1
3131
validations:
3232
required: true
3333
- type: dropdown
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: 🏁 Performance
3+
type: Performance
4+
description: An opportunity to improve application performance
5+
labels: ["netbox", "type: performance", "status: needs triage"]
6+
body:
7+
- type: input
8+
attributes:
9+
label: NetBox Version
10+
description: What version of NetBox are you currently running?
11+
placeholder: v4.5.1
12+
validations:
13+
required: true
14+
- type: dropdown
15+
attributes:
16+
label: Python Version
17+
description: What version of Python are you currently running?
18+
options:
19+
- "3.12"
20+
- "3.13"
21+
- "3.14"
22+
validations:
23+
required: true
24+
- type: checkboxes
25+
attributes:
26+
label: Area(s) of Concern
27+
description: Which application interface(s) are affected?
28+
options:
29+
- label: User Interface
30+
- label: REST API
31+
- label: GraphQL API
32+
- label: Python ORM
33+
- label: Other
34+
validations:
35+
required: true
36+
- type: textarea
37+
attributes:
38+
label: Details
39+
description: >
40+
Describe in detail the operations being performed and the indications of a performance issue.
41+
Include any relevant testing parameters, benchmarks, and expected results.
42+
validations:
43+
required: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)