From 3d9bb59ae3b69995fedf817fb258917cb673232a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 31 Jul 2019 11:10:47 +0300 Subject: [PATCH] Add issue and pull request templates --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 24 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 0000000..1e64a44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ + + +### What steps will reproduce the problem? + +### What is the expected result? + +### What do you get instead? + + +### Additional info + +| Q | A +| ---------------- | --- +| Version | 0.3.? +| Composer Version | 1.8.? +| PHP version | 7.?.? +| Operating system | diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5cd0788 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +| Q | A +| -------------------- | --- +| Bugfix? | ✔️/❌ +| Feature? | ✔️/❌ +| Break compatibility? | ✔️/❌ +| Tests pass? | ✔️/❌ +| Fix issues | #