mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
18 lines
507 B
YAML
18 lines
507 B
YAML
---
|
|
name: Code Architecture
|
|
description: >
|
|
Suggest a refactor, or other issues related to the codebase.
|
|
labels: ["refactor", "python"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Before filing, please search the issues to see if the problem has already been reported.
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your proposal.
|
|
description: >
|
|
Indicate where the issue lies and briefly explain how you plan to tackle it.
|
|
validations:
|
|
required: true
|