diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:41:07 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:41:07 +0200 |
commit | d739ee01dedba7afc448ee37fcf0b0c0972d6a6b (patch) | |
tree | 45bc933bf3172eca5cf683bbc919445d6cb03736 /.github | |
parent | Use a form for feature requests (diff) | |
download | nheko-d739ee01dedba7afc448ee37fcf0b0c0972d6a6b.tar.xz |
Don't set a title in the template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 1a6c103b..5b6fe7a1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,5 @@ name: Feature request description: Suggest an idea for this project -title: "" labels: [enhancement] body: - type: markdown |