From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:14:16 +0000 (+0800) Subject: chore: fix wrong placeholder in issue template (#7918) [ci skip] X-Git-Tag: v3.3.0-alpha.9~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbe3d42ed3fe961d01139255a992cf2d9b182592;p=thirdparty%2Fvuejs%2Fcore.git chore: fix wrong placeholder in issue template (#7918) [ci skip] --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9165eb4d29..6861fc26d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -34,6 +34,6 @@ body: label: What does the proposed API look like? description: | Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your code blocks. - placeholder: Steps to reproduce + placeholder: Assumed API validations: required: true