Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github PR template #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#### :tophat: Что? Зачем?
<!--- Опишите, что было сделано и зачем, если есть, что показать — добавьте скриншоты или gif, добавьте ссылки на источники и т.д. Не нужно дублировать текст задачи из Jira – опишите в PR всё техническим языком, а не языком бизнеса. --->

#### :family: Зависимости
<!--- Ссылки на зависимые пулл-реквесты. Например, когда одна задача решается на бекенде и фронтенде --->

#### :clipboard: Подзадачи
<!--- Для WIP пулл-реквестов добавьте checklist — что уже сделано, а что ещё нет? Так ревьюер сможет понять, на что нужно обращать внимание, а на что ещё нет --->
21 changes: 21 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
repository:
default_branch: master
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
labels:
- name: blocked
color: e88bde
- name: bug
color: d73a4a
- name: good first issue
color: 7057ff
- name: high priority
color: b60205
- name: ready for review
color: 6ba1db
- name: release
color: 1d76db