From c38217309344bb0cba93df0bb96ac9c0136b8ea0 Mon Sep 17 00:00:00 2001 From: Smolevich Date: Wed, 5 Feb 2020 00:34:57 +0300 Subject: [PATCH] add templates for issues --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 25 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE-REQUEST.md | 18 ++++++++++++++++ .github/ISSUE_TEMPLATE/QUESTION.md | 8 ++++++++ 3 files changed, 51 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.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..0f549303f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,25 @@ +--- +name: "Bug report" +about: 'Report errors or unexpected behavior.' +--- + +- Laravel-mongodb Version: #.#.# +- PHP Version: #.#.# +- Database Driver & Version: + +### Description: + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +
Logs: +Insert log.txt here (if necessary) +
diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md new file mode 100644 index 000000000..856dcd427 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea. +title: "[Feature Request] " + +--- + +### Is your feature request related to a problem? +A clear and concise description of what the problem is. + +### 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 000000000..ffd57814a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question. +title: "[Question] " +labels: 'question' +assignees: '' + +---