From e0516ccc8a9e7807102539e1101fa0e290f476ba Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 5 Sep 2022 13:07:52 +0300 Subject: docs: Update PR and issue templates Signed-off-by: Ivan Kanakarakis --- .github/issue_template.md | 24 +++++++++++++----------- .github/pull_request_template.md | 23 ++++++++++++++++------- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 58967f57..b76ed50a 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,20 +1,22 @@ - + -## Code Version +### Code Version -## Expected Behavior - +### Expected Behavior + -## Current Behavior - +### Current Behavior + -## Possible Solution - +### Possible Solution + + +### Steps to Reproduce + + + -## Steps to Reproduce - - 1. 2. 3. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94be46df..f388ca27 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,20 @@ -### All Submissions: +### Description -* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? -* [ ] Have you added an explanation of what problem you are trying to solve with this PR? -* [ ] Have you added information on what your changes do and why you chose this as your solution? -* [ ] Have you written new tests for your changes? -* [ ] Does your submission pass tests? -* [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter? +##### The feature or problem addressed by this PR + + + +##### What your changes do and why you chose this solution + + + + +### Checklist + +* [ ] Checked that no other issues or pull requests exist for the same issue/change +* [ ] Added tests covering the new functionality +* [ ] Updated documentation OR the change is too minor to be documented +* [ ] Updated CHANGELOG.md OR changes are insignificant -- cgit v1.2.1