Pull Request Workflow - karamba182/TeachUA-team GitHub Wiki
This instruction describes how to work with pull requests in the team.
format :
develop/<issue_name>-<your_name>
for example
develop/docer-anna
develop/optimize-image-olena
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
- 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.
- 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