From 91dd450a3512b4c10d38b6344624ad01aa1ce0f3 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 13 Feb 2019 22:01:54 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++ .../ISSUE_TEMPLATE/documentation-updates.md | 12 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-updates.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e9bcbb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: MarkEdmondson1234 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour. Note if the behaviour can't be reproduced, it is unlikely it will be fixed quickly. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Session Info +Please run `sessionInfo()` and put results here: + +**Additional context** +Add any other context about the problem here. +You can also try running your bug code with `options(googleAuthR.verbose = 2)` at the top to give more debugging output. diff --git a/.github/ISSUE_TEMPLATE/documentation-updates.md b/.github/ISSUE_TEMPLATE/documentation-updates.md new file mode 100644 index 0000000..3510dea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-updates.md @@ -0,0 +1,12 @@ +--- +name: Documentation updates +about: Update documentation +title: '' +labels: documentation +assignees: MarkEdmondson1234 + +--- + +# Please describe where the documentation to change/add is + +# Please describe the changes to make diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5c7db0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: MarkEdmondson1234 + +--- + +**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.