From bfcde99d8f77f517c64b697f773dfef278c390d8 Mon Sep 17 00:00:00 2001 From: Victor Alagwu Date: Tue, 3 Oct 2017 03:23:55 +0100 Subject: [PATCH 1/5] Create issue_template.md --- issue_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 00000000..e38637b0 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,15 @@ +## Expected Result + + + + +## Actual Result Gotten + + + +## Ways to Resolve this issue + + + + +## Information about Device Issue was experience From a9a9f3f3ad8008fae78484c4867386fbc6e3a79b Mon Sep 17 00:00:00 2001 From: Victor Alagwu Date: Wed, 4 Oct 2017 00:50:42 +0100 Subject: [PATCH 2/5] Update issue_template.md --- issue_template.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/issue_template.md b/issue_template.md index e38637b0..a2680d0e 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,15 +1,26 @@ -## Expected Result +## General Information + +* MessageKit Version: + +* iOS Version(s): + +* Swift Version: + +* Devices/Simulators: + +* Reproducible in ChatExample? (Yes/No): + + + +## What happened? -## Actual Result Gotten - - - -## Ways to Resolve this issue +## What did you expect to happen? + + -## Information about Device Issue was experience From 37c93ac60b7997916b417187026b25b6f2eca763 Mon Sep 17 00:00:00 2001 From: Victor Alagwu Date: Wed, 4 Oct 2017 01:11:39 +0100 Subject: [PATCH 3/5] create pull template using a sampl --- pull-request-template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pull-request-template.md diff --git a/pull-request-template.md b/pull-request-template.md new file mode 100644 index 00000000..f4b0b341 --- /dev/null +++ b/pull-request-template.md @@ -0,0 +1,30 @@ +(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.) + +What does this implement/fix? Explain your changes. +--------------------------------------------------- +… + +Does this close any currently open issues? +------------------------------------------ +… + + +Any relevant logs, error output, etc? +------------------------------------- +(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) + +Any other comments? +------------------- +… + +Where has this been tested? +--------------------------- +**Operating System:** … + +**Platform:** … + +**Target Platform:** … + +**Toolchain Version:** … + +**SDK Version:** … From e10f846010ee195fb9f2e03fa052cc9b10d516a8 Mon Sep 17 00:00:00 2001 From: Victor Alagwu Date: Wed, 4 Oct 2017 10:29:31 +0100 Subject: [PATCH 4/5] Update to pull-template --- pull-request-template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pull-request-template.md b/pull-request-template.md index f4b0b341..c1c036e8 100644 --- a/pull-request-template.md +++ b/pull-request-template.md @@ -19,12 +19,12 @@ Any other comments? Where has this been tested? --------------------------- -**Operating System:** … +**Devices/Simulators:** … -**Platform:** … +**iOS Version:** … -**Target Platform:** … +**Swift Version:** … + +**MessageKit Version:** … -**Toolchain Version:** … -**SDK Version:** … From 61c064e9adb0460b1e27ab4569cde4c9bec130e5 Mon Sep 17 00:00:00 2001 From: "victoralagwu@gmail.com" Date: Wed, 4 Oct 2017 11:11:42 +0100 Subject: [PATCH 5/5] Added github folder --- issue_template.md => .github/issue_template.md | 0 pull-request-template.md => .github/pull_request_template.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename issue_template.md => .github/issue_template.md (100%) rename pull-request-template.md => .github/pull_request_template.md (100%) diff --git a/issue_template.md b/.github/issue_template.md similarity index 100% rename from issue_template.md rename to .github/issue_template.md diff --git a/pull-request-template.md b/.github/pull_request_template.md similarity index 100% rename from pull-request-template.md rename to .github/pull_request_template.md