From be5caf52d08c497b123ba81faf9fe2bfae3da59e Mon Sep 17 00:00:00 2001 From: Vadim Nifadev <36514612+nifadyev@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:46:09 +0300 Subject: [PATCH 1/2] Add issue template --- .github/ISSUE_TEMPLATE/bug.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..2cfa777 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report a problem and provide necessary context +title: 'Fix ...' +labels: 'bug' + +--- + + +## What's wrong + + + +## How it should work? + + + +## Checklist before calling for maintainers + +* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same problem? + From b7eac3a9f9d203dd18a10b0f63b0c40a5f47ca6c Mon Sep 17 00:00:00 2001 From: Vadim Nifadev <36514612+nifadyev@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:46:48 +0300 Subject: [PATCH 2/2] Add pull request template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3f5b6f3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## #(issue number): Summarize your changes + + + +Closes # (issue number) + +## Checklist before requesting a review + +- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)? +- [ ] Have you performed a self-review?