From 57d7d5eb05d9c46de65ffd35443669978ede1e1b Mon Sep 17 00:00:00 2001 From: Andrey <71608345+Naavlad@users.noreply.github.com> Date: Fri, 16 Dec 2022 14:49:24 +0000 Subject: [PATCH] Issue #125 Update PR template (#741) --- .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 3 files changed, 52 insertions(+), 0 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0c8827e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: "Triage Needed" +assignees: "" +--- + +## Describe the problem: + +_Explain the problem you have encountered_ + +### Steps to reproduce: + +1. *** +2. *** +3. *** + +### Observed Results: + +- What happened? +- What did you expect to happen? + +### Relevant code exceptions or logs + +Note: Please copy/paste text of the messages, no screenshots of logs please. + +``` +// paste your log here +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1e99de0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: "" +assignees: "" +--- + +## Describe the enhancement + +_Explain the enhancement you would like_ diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..4aeca23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask a question you could not find an answer in the docs +title: "" +labels: "Question" +assignees: "" +--- + +## Your question + +_Ask the question you have not been able to find an answer in the Documentation_ -- Gitblit v1.10.0