]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add GitHub issue and pull request templates
authorGeoff Kimball <geoff@zurb.com>
Mon, 29 Feb 2016 19:22:12 +0000 (11:22 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 29 Feb 2016 19:22:12 +0000 (11:22 -0800)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..a4d4825
--- /dev/null
@@ -0,0 +1,11 @@
+<!-- Please only file bugs with Foundation on GitHub. If you've got a more general question about how to use Foundation, we can help you on the Foundation Forum: http://foundation.zurb.com/forum -->
+
+**How can we reproduce this bug?**
+
+Write out the HTML (or Inky code) that causes the issue.
+
+**What did you expect to happen?**
+
+**What happened instead?**
+
+**What email clients does this happen in?**
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..6418e8d
--- /dev/null
@@ -0,0 +1,6 @@
+Before submitting a pull request, make sure it's targeting the right branch:
+
+- For fixes to Ink 1.0, use `master`.
+- For fixes to Foundation for Emails 2, use `v2.0`.
+
+Happy coding! :)