From c1dd4f790c0ce91506fb4fa8dad668d427ff35e2 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Fri, 30 Jul 2021 16:42:27 +0300 Subject: [PATCH 1/2] chore: add github template --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ .github/pull_request_template.md | 5 ----- 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.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 0000000000..b2607121a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +**Minimal reproducible OpenAPI snippet(if possible)** + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**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 0000000000..1212cd5ccc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +**Describe the problem to be solved** +A clear and concise description of what problem to be solved + +**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. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7de8293677..4933c4f3c4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,8 +11,3 @@ - [ ] Code is linted - [ ] Tested - [ ] All new/updated code is covered with tests - -## Security - -- [ ] Security impact of change has been considered -- [ ] Code follows company security practices and guidelines From 830105872015dbe3559d825726bddb6996ce06d2 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Fri, 30 Jul 2021 16:50:33 +0300 Subject: [PATCH 2/2] fix: order in bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b2607121a4..4fa757c47f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,11 @@ -**Minimal reproducible OpenAPI snippet(if possible)** - **Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. +**Minimal reproducible OpenAPI snippet(if possible)** + **Screenshots** If applicable, add screenshots to help explain your problem.