From 159d220a7446ceb7cde0b0096674f60f51129bf7 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 7 Feb 2018 12:23:15 -0500 Subject: [PATCH] adding feature request instructions --- .github/ISSUE_TEMPLATE/feature-request.md | 25 +++++++++++++++++++++++ CONTRIBUTING.md | 1 + 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..a26a10dad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,25 @@ +### Describe the problem you'd like to see solved or task you'd like to see made easier + + + +### Is this in relation to an existing part of Font Awesome or something new? + + + +### What is 1 thing that we can do when building this feature that will guarantee that it is awesome? + + + +### Why would other Font Awesome users care about this? + + + +### On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature? + + + +### Feature request checklist + +- [ ] This is a single feature (i.e. not a re-write of all of Font Awesome) +- [ ] The title starts with "Feature request: " and is followed by a clear feature name (Ex: `Feature request: moar cowbell`) +- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 343189405..f655b1dc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ Bugs must be isolated and reproducible problems that we can fix within the Font Awesome core. * [Request a new icon](https://github.com/FortAwesome/Font-Awesome/issues/new?title=Icon%20request:%20icon-name&template=icon-request.md) +* [Request a new feature](https://github.com/FortAwesome/Font-Awesome/issues/new??title=Feature%20request:feature-name&template=feature-request.md) * [Submit a bug report](https://github.com/FortAwesome/Font-Awesome/issues/new?template=bug-report.md) ## Key branches