From da0f629676aedb8cee6ae1fe9dd1a788590011be Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sat, 19 Mar 2016 20:39:22 -0400 Subject: [PATCH] Adds PR template (fixes #66) * adds first version of pull request template to help users with contributing --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..ad792544b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + +#### Description + +_Please explain the changes you made here._ + +#### Requirements / Checklist + +- [ ] Read the [Contributing Guidelines](https://github.com/ryanoasis/nerd-fonts/blob/master/contributing.md) +- [ ] Read or at least glanced at the [FAQ](https://github.com/ryanoasis/nerd-fonts#faq) +- [ ] Read or at least glanced at the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) +- [ ] Scripts execute without error (if necessary): + - If any of the scripts were modified they have been tested and execute without error, e.g.: + - `./font-patcher Inconsolata.otf --fontawesome --octicons --pomicons` + - `./gotta-patch-em-all-font-patcher\!.sh Hermit` +- [ ] Extended the README and documentation if necessary, e.g. You added a new font please update the table + +#### What does this Pull Request (PR) do? + +#### How should this be manually tested? + +#### Any background context you can provide? + +#### What are the relevant tickets (if any)? + +#### Screenshots (if appropriate or helpful)