Skip to content

Commit

Permalink
Merge pull request #131 from KrishnaTO/git-update-templates-yaml
Browse files Browse the repository at this point in the history
Minor update on issue templates, follows PR #126
  • Loading branch information
marieALaporte committed Nov 2, 2021
2 parents 6724739 + bddd54d commit 5740907
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/add-synonym-old.md

This file was deleted.

7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ name: Custom issue template
description: When the issue isn't defined by other templates. Please provide as many references to resources mentioned as timely available.
assignees: krishnaTO
# Template originally forked from [@mondo](https://github.com/monarch-initiative/mondo/tree/master/.github/ISSUE_TEMPLATE)
body:
- type: textarea
id: desc
attributes:
label: Please describe the issue in as much detail as possible
validations:
required: true
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5740907

Please sign in to comment.