diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9e0582823 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,18 @@ +blank_issues_enabled: true +contact_links: + - name: openMINDS community forum + url: https://neurostars.org/g/openMINDS + about: Please ask and answer questions here. + - name: openMINDS contributor guidelines + url: https://openminds.docs.om-i.org/en/latest/shared/contribution_guidelines.html + about: Please follow these guidelines to contribute to openMINDS. + +issue_templates: + - name: New Technique Creation + about: Propose a new technique. + filename: technique-new.yml + hidden: false + - name: New Content Type Creation + about: Propose a new content type. + filename: content-type-new.yml + hidden: false diff --git a/.github/ISSUE_TEMPLATE/content-type-new.md b/.github/ISSUE_TEMPLATE/content-type-new.md new file mode 100644 index 000000000..579fcdfd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/content-type-new.md @@ -0,0 +1,29 @@ +--- +name: New Content Type Creation +about: Use this template for proposing a new content type. +title: Add content type [ContentType] +labels: ContentType +assignees: '' +projects: "openMetadataInitiative/2" + +--- + +# Description + + +# Purpose + + +# Resources + + +# Proposed Content Type (optional) + +- "dataType": +- "description": +- "displayLabel": +- "fileExtension": +- "name": +- "relatedMediaType": +- "specification": +- "synonym": diff --git a/.github/ISSUE_TEMPLATE/technique-new.md b/.github/ISSUE_TEMPLATE/technique-new.md new file mode 100644 index 000000000..56c02d4c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technique-new.md @@ -0,0 +1,28 @@ +--- +name: New Technique Creation +about: Use this template for proposing a new technique. +title: Add technique [Technique] +labels: Technique +assignees: '' +projects: "openMetadataInitiative/2" + +--- + +# Description + + +# Purpose + + +# Resources + + +# Proposed Technique (optional) + +- "definition": +- "description": +- "interlexIdentifier": +- "knowledgeSpaceLink": +- "name": +- "preferredOntologyIdentifier": +- "synonym":