Pull Request Workflow - karamba182/TeachUA-team GitHub Wiki

Pull Request Workflow

This instruction describes how to work with pull requests in the team.

Branch naming

format :

develop/<issue_name>-<your_name>

for example

  • develop/docer-anna
  • develop/optimize-image-olena

Creating PR

Name PR: [TASK] short task description

for example [TASK] Add Docker Compose for local dev

Add description

  • what exactly has been done
  • checklist of what was done
  • link the issue Closes #issue_number

Review rules

  • minimum 3 reviewers needed
  • after 3 approvals → merge
  • merge without reviews is not allowed

If your PR has comments — you must reply or make edits.

After marge

  • branch is deleted automatically
  • linked issue is closed automatically by Closes #...

example PR

## 📝 Description

Added docker-compose config with frontend & backend containers.

---

## ✅ Checklist

- [x] Added `docker-compose.yml`
- [x] Services: frontend, backend, DB
- [x] Updated `.env.sample`
- [ ] Added volume mapping

---

Closes #5




⚠️ **GitHub.com Fallback** ⚠️