From e5fbc623eb54d0bd5c7ee053eaa9518b960316fb Mon Sep 17 00:00:00 2001 From: shahzeb1 Date: Mon, 1 May 2017 20:56:25 -0700 Subject: [PATCH 1/4] Helpful template for issues added --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..362f593b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +## Info: +- Docker version (`$ docker --version`): +- Laradock commit (`$ git rev-parse HEAD`): +- System: + - [ ] Mac + - [ ] PC + - [ ] Linux + +## Issue: +#### What seems to be going wrong? + +_____ + +## Expected behavior: +#### What should be happening instead? + +_____ + +## Reproduce: +#### How might we be able to reproduce the error? + +_____ + From f6fe749da32aa39fa9f0f9c691d03b40d219dc22 Mon Sep 17 00:00:00 2001 From: shahzeb1 Date: Mon, 1 May 2017 20:58:11 -0700 Subject: [PATCH 2/4] Added a template for issues --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 362f593b..e89bcfbc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -21,3 +21,8 @@ _____ _____ +## Relevant Code: + + ``` + // place code here + ``` \ No newline at end of file From 3e63afb90762867c9e7298bf701986db030dbcbb Mon Sep 17 00:00:00 2001 From: shahzeb1 Date: Mon, 1 May 2017 20:58:56 -0700 Subject: [PATCH 3/4] Fixed heading sizes --- .github/ISSUE_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e89bcfbc..65c4d1b4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -## Info: +### Info: - Docker version (`$ docker --version`): - Laradock commit (`$ git rev-parse HEAD`): - System: @@ -6,22 +6,22 @@ - [ ] PC - [ ] Linux -## Issue: -#### What seems to be going wrong? +### Issue: +##### What seems to be going wrong? _____ -## Expected behavior: -#### What should be happening instead? +### Expected behavior: +##### What should be happening instead? _____ -## Reproduce: -#### How might we be able to reproduce the error? +### Reproduce: +##### How might we be able to reproduce the error? _____ -## Relevant Code: +### Relevant Code: ``` // place code here From 767fbddde95385813658b4b311f44d8da45e8d6b Mon Sep 17 00:00:00 2001 From: shahzeb1 Date: Mon, 1 May 2017 21:01:57 -0700 Subject: [PATCH 4/4] Added where to place the x --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 65c4d1b4..0337fe18 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,10 +1,11 @@ ### Info: - Docker version (`$ docker --version`): - Laradock commit (`$ git rev-parse HEAD`): -- System: +- System (`place x between the [ ]`): - [ ] Mac - [ ] PC - [ ] Linux + - Info: ### Issue: ##### What seems to be going wrong?