From 7d0c81402ee543e29dd1ad971ac132070ff28e5e Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 22 Oct 2016 02:34:44 +0100 Subject: [PATCH] Create github templates (#919) * Create an issue template * Make it clear what `Vanilla` is * Create pull_request_template.md * Update issue_template.md * Update pull_request_template.md * Add `https://` * More information for maintainer contributions * Be inclusive of other systems --- .github/issue_template.md | 24 ++++++++++++++++++++++++ .github/pull_request_template.md | 7 +++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..3a4b63d7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,24 @@ + + +- [ ] I am on the [latest](https://github.com/zeit/hyper/releases/latest) Hyper.app version +- [ ] I have searched the [issues](https://github.com/zeit/hyper/issues) of this repo and believe that this is not a duplicate + + + +- **OS version and name**: +- **Hyper.app version**: +- **Link of a [Gist](https://gist.github.com/) with the contents of your .hyper.js**: +- **Relevent information from devtools** _(CMD+SHIFT+I on Mac OS, CTRL+SHIFT+I elsewhere)_: +- **The issue is reproducible in vanilla Hyper.app**: + +## Issue + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..dd4bd28f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +