Skip to content

Commit 726775a

Browse files
docs: add GitHub Pull Request Template
1 parent afc3add commit 726775a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## 🌸 Description
2+
<!-- Please include a summary of the change and which issue is fixed. -->
3+
<!-- Explain how this change aligns with Aarini's goal of being a compassionate and intelligent health companion. -->
4+
5+
Fixes # (issue)
6+
7+
## 🛠️ Type of change
8+
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
9+
- [ ] ✨ New feature (non-breaking change which adds functionality)
10+
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] 📚 Documentation update (updating README, API docs, etc.)
12+
- [ ] 💅 Styling (improving the UI/UX for a better user experience)
13+
14+
## 🔒 Privacy & Security (Crucial for Aarini)
15+
- [ ] I have ensured that this change does NOT compromise user health data privacy.
16+
- [ ] If this touches Firebase/Firestore, I have verified the security rules remain strict.
17+
18+
## ✅ Checklist:
19+
- [ ] My code follows the style guidelines of this project (React Native / Flask).
20+
- [ ] I have performed a self-review of my own code.
21+
- [ ] I have commented my code, particularly in hard-to-understand areas.
22+
- [ ] My changes generate no new warnings (ESLint, Prettier, Python linters).
23+
- [ ] I have added/updated tests where applicable.
24+
25+
## 🤝 ECSoC / ELUSOC 2026
26+
- [ ] This PR is submitted under ECSoC / ELUSOC 2026.

0 commit comments

Comments
 (0)