From 142ccda4e18eb400bbc848d060abe8094e4229f6 Mon Sep 17 00:00:00 2001 From: Giorgos Adam Date: Fri, 20 Oct 2017 12:46:00 +0200 Subject: [PATCH] Added github templates for issues and PRs --- .github/ISSUE_TEMPLATE.md | 7 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 14 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 000000000..279841c34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +**PHP version**: x.y.z +**Library version**: x.y.z +**Description** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..63989284b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +**Description** + + +**Tested scenarios** + + +**Fixed issue**: