From 7d73089b7ce053ca87f52cade4e84ae73cace7e4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 22 May 2018 21:30:25 -0700 Subject: [PATCH] Milder and more general wording for feature requests --- .github/ISSUE_TEMPLATE/{2-feature.md => 2-suggestion.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{2-feature.md => 2-suggestion.md} (75%) diff --git a/.github/ISSUE_TEMPLATE/2-feature.md b/.github/ISSUE_TEMPLATE/2-suggestion.md similarity index 75% rename from .github/ISSUE_TEMPLATE/2-feature.md rename to .github/ISSUE_TEMPLATE/2-suggestion.md index a6fd9183..5c4aed24 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.md +++ b/.github/ISSUE_TEMPLATE/2-suggestion.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: Suggestion about: Share how Serde could support your use case better ---