diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md new file mode 100644 index 000000000..b4a0c0c91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -0,0 +1,21 @@ +--- +name: Feature Template +about: Template for issues describing new features to DataFed +title: "[Feature] Feature Title" +labels: '' +assignees: '' +type: 'feature' +projects: ['DataFed'] +--- + +# Feature Description + +Feature description here. + +# Functional Requirements + +- [ ] Checkboxes describing components of the feature. + +# Changes + +Changes to the feature as they occur.