remove deprecated code and use modern methods/classes/code where applicable

This commit is contained in:
Jack
2024-07-23 23:23:11 -04:00
parent d2796f7992
commit cca328c5ee
5 changed files with 24 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
name: Bug report
description: Report problems/issues here
labels: bug
labels: [bug]
body:
- type: checkboxes
attributes:

View File

@@ -1,6 +1,6 @@
name: Feature request
description: Use this to request new features and/or changes
labels: enhancement
labels: [enhancement]
body:
- type: checkboxes
attributes:

View File

@@ -1 +1,3 @@
#file: noinspection YAMLSchemaValidation
#IntelliJ IDEA interprets this as another issue template so the above line is required
blank_issues_enabled: false