diff --git a/.github/ISSUE_TEMPLATE/qc.yml b/.github/ISSUE_TEMPLATE/qc.yml index ece2990..f8642fa 100644 --- a/.github/ISSUE_TEMPLATE/qc.yml +++ b/.github/ISSUE_TEMPLATE/qc.yml @@ -3,3 +3,16 @@ description: Quality Control issues, addressing automated reports (ie. ROBOT rep labels: [QC] assignees: KrishnaTO # Template originally forked from [@mondo](https://github.com/monarch-initiative/mondo/tree/master/.github/ISSUE_TEMPLATE) +body: + - type: input + id: report + attributes: + label: Report ID + validations: + required: false + - type: textarea + id: desc + attributes: + label: Please describe the issue in as much detail as possible + validations: + required: true