From a8e9df55dc62d8806360be2f79ad112b8678d397 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 17 Mar 2016 11:35:32 +0000 Subject: [PATCH] Add issue template to try and curb reports lacking information --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..e4e1b97f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +With the following composer.json: + +```json +{ + ... +} +``` + +When I run this command: + +``` +composer command -vvv (please include -vvv!) +``` + +I get this output: + +``` + +``` + +And I expected this to happen: