diff options
Diffstat (limited to 'src/pmdk/.github/ISSUE_TEMPLATE/feature.md')
-rw-r--r-- | src/pmdk/.github/ISSUE_TEMPLATE/feature.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/pmdk/.github/ISSUE_TEMPLATE/feature.md b/src/pmdk/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..12d6e406b --- /dev/null +++ b/src/pmdk/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,26 @@ +--- +name: Feature +about: Feature your request +labels: "Type: Feature" +--- +# FEAT: <!-- fill the title of feature --> + +## Rationale + +<!-- fill this out --> + +## Description + +<!-- fill this out --> + +## API Changes + +<!-- fill this out --> + +## Implementation details + +<!-- fill this out if possible --> + +## Meta + +<!-- fill this out --> |