Update feature_request.yml

This commit is contained in:
Pavan Kumar Sunkara 2021-06-17 12:12:51 +01:00 committed by GitHub
parent 947523f7f5
commit 641bd72d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,12 @@ body:
required: true
- label: I have searched the existing issues
required: true
- type: input
attributes:
label: Clap Version
description: Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.lock`). PLEASE DO NOT PUT "latest" HERE, use precise version. Put `master` (or other branch) if you're using the repo directly.
validations:
required: true
- type: textarea
attributes:
label: Describe your use case