From 64cb2579b9363223ece195c630773bf904e415c3 Mon Sep 17 00:00:00 2001 From: andrewgjohnson Date: Fri, 9 Mar 2018 12:05:10 -0600 Subject: [PATCH] added an issue template & a pull request template --- ISSUE_TEMPLATE.md | 17 +++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 7 +++++++ README.md | 2 ++ 3 files changed, 26 insertions(+) create mode 100644 ISSUE_TEMPLATE.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f8b8ed9 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + 1. + 1. + 1. + +## Specifications + + - Version: + - Platform: + - Subsystem: diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4030f6f --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Fixes # + +## Proposed Changes + + - + - + - diff --git a/README.md b/README.md index 7fedbe4..e17d6a4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Full list of contributors: * [Andrew G. Johnson (@andrewgjohnson)](https://github.com/andrewgjohnson) * [Philip van Heemstra (@vHeemstra)](https://github.com/vHeemstra) +Our [issue template](https://github.com/andrewgjohnson/imagettftextblur/blob/master/ISSUE_TEMPLATE.md) & [pull request template](https://github.com/andrewgjohnson/imagettftextblur/blob/master/PULL_REQUEST_TEMPLATE.md) come via the [stevemao/github-issue-templates](https://github.com/stevemao/github-issue-templates) project. + ## Changelog ###### v1.2.11 (March 8, 2018)