From: Geoff Kimball Date: Mon, 29 Feb 2016 19:22:12 +0000 (-0800) Subject: Add GitHub issue and pull request templates X-Git-Tag: v2.0.0-rc.3~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697f64cc3363d38adf4832606ba8e7d18ac9d3de;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add GitHub issue and pull request templates --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a4d48259 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ + + +**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 index 00000000..6418e8d0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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! :)