From 65cadb4ba886cb452934687b87fcaabee7c53584 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 7 Oct 2019 14:25:28 +0100 Subject: [PATCH] docs(issues): use `Meta` instead of `Optional` as suggested * https://github.com/saltstack-formulas/template-formula/pull/174#issuecomment-538999459 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b0e3a2b6..1cc8c268 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -62,7 +62,7 @@ Notes: --- -### Optional: How can this template be improved? +### Meta: How can this template be improved? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5ca3a48e..be8be36c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -36,7 +36,7 @@ Notes: --- -### Optional: How can this template be improved? +### Meta: How can this template be improved?