From dcaa0fec4536d87b41570196f3029f3941547c82 Mon Sep 17 00:00:00 2001 From: Kino Roy Date: Tue, 19 May 2020 14:16:14 -0700 Subject: [PATCH 01/17] Add 3 new categorized issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 49 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/--feature-request.md | 22 +++++++++ .github/ISSUE_TEMPLATE/--question-support.md | 30 ++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/--feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/--question-support.md diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 00000000..83e5ed4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,49 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: '' +labels: bug? +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps/code to reproduce the behavior: + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** +- What version of MessageKit are you using? +- What version of iOS are you running on? +- What version of Swift are you running on? +- What device(s) are you testing on? Are these simulators? +- Is the issue you're experiencing reproducible in the example app? + +**Additional context** +Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 00000000..b64ba303 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F4A1Feature request" +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/--question-support.md b/.github/ISSUE_TEMPLATE/--question-support.md new file mode 100644 index 00000000..5ca9bb4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question-support.md @@ -0,0 +1,30 @@ +--- +name: "❓ Question/Support" +about: Ask a question about how to use MessageKit +title: '' +labels: question +assignees: '' + +--- + + From 9bdb62aab1e7ebb47b1e3472a80dcab36d52c060 Mon Sep 17 00:00:00 2001 From: Kino Roy Date: Tue, 19 May 2020 17:01:00 -0700 Subject: [PATCH 02/17] Update question/support template to include links --- .github/ISSUE_TEMPLATE/--question-support.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--question-support.md b/.github/ISSUE_TEMPLATE/--question-support.md index 5ca9bb4f..630b2754 100644 --- a/.github/ISSUE_TEMPLATE/--question-support.md +++ b/.github/ISSUE_TEMPLATE/--question-support.md @@ -9,7 +9,11 @@ assignees: ''