From fdbd24323f2ada1d16aea040063b1e6d5a4c57ed Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Wed, 7 Aug 2019 07:59:06 -0600 Subject: [PATCH] new issue template --- .../ISSUE_TEMPLATE/bug_report.md | 11 +++++++++- .../ISSUE_TEMPLATE/documentation-report.md | 14 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 14 +++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/bug_report.md (88%) create mode 100644 .github/ISSUE_TEMPLATE/documentation-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 88% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index e0daf18..f96f777 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Report an issue +title: '' +labels: bug +assignees: '' + +--- + Please fill out as much known and relevant information as possible. #### Version Information: @@ -7,7 +16,7 @@ Please fill out as much known and relevant information as possible. * CocoaPods Version: * Xcode Version: * Device or Emulator: - * iOS Version: + * iOS Version: * Other Relevant Libraries: #### Expected Results: diff --git a/.github/ISSUE_TEMPLATE/documentation-report.md b/.github/ISSUE_TEMPLATE/documentation-report.md new file mode 100644 index 0000000..c075efe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-report.md @@ -0,0 +1,14 @@ +--- +name: Documentation report +about: Report a documentation issue +title: '' +labels: documentation +assignees: '' + +--- + +**Describe the documentation issue** +A clear and concise description of what the issue is. + +**Additional context** +Add any other context about the issue here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cbdfd1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an enhancement +title: '' +labels: enhancement +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.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..c16e7bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: Ask a question +title: '' +labels: question +assignees: '' + +--- + +**State your question** +A clear and concise question. + +**Additional context** +Add any other context or screenshots related to your question.