From 3b47028060dc588deec3680a77c4ec919c6c504c Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:04:36 +0700 Subject: chore: new templates for issues and pull requests (#2935) * chore: new issue templates * chore: fixing templates * chore: add pull request template also edited bug report * chore: add checklist for question and feat request template * chore: remove title prefix * fix: template title * fix: re-fixing the template title * chore: remove checklist for pull request * chore: remove emojies * fix: elimination of minor defects --- .github/pull_request_template.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.yml (limited to '.github/pull_request_template.yml') diff --git a/.github/pull_request_template.yml b/.github/pull_request_template.yml new file mode 100644 index 00000000..c7eb8e78 --- /dev/null +++ b/.github/pull_request_template.yml @@ -0,0 +1,20 @@ +## What is the pull request? + + + +## Which part of the application is affected by the change? + +- [ ] Frontend +- [ ] Backend + +## Type of Changes + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactoring +- [ ] Other + +## Screenshots + + + \ No newline at end of file -- cgit v1.2.3