dcs-retribution/.github/ISSUE_TEMPLATE/code_architecture.yml
2022-12-20 20:46:33 +01:00

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