diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md index 8b13789..3cf957b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -1 +1,14 @@ +--- +name: Feature +about: Implement a feature to improve the project +title: "[Feature] " +labels: enhancement +assignees: '' +--- + +**Describe the feature** +A clear and concise description of what the feature is and how it has been implemented. + +**Additional context** +Add any other context about the feature here.