mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Relocate PR template to ensure it appears properly on GitHub
This commit is contained in:
47
.github/pull_request_template.md
vendored
Normal file
47
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
name: Pull Request
|
||||
about: Submit a pull request for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
# 🚀 Pull Request
|
||||
|
||||
## 📝 Description
|
||||
<!-- Briefly describe the purpose of this pull request. What problem does it solve? -->
|
||||
<!-- Link to the related issue, if any. Ex: "Fixes #123" or "Closes #456" -->
|
||||
|
||||
|
||||
## 🛠️ What's Changed?
|
||||
<!-- Provide a clear and concise summary of the changes you've made. -->
|
||||
<!-- Bullet points are great for listing multiple changes. -->
|
||||
-
|
||||
|
||||
|
||||
## 🧪 How Was This Tested?
|
||||
<!-- Describe the steps you took to verify your changes work as expected. -->
|
||||
<!-- This helps reviewers understand your testing process. -->
|
||||
- [ ] Manual testing on my local machine
|
||||
- [ ] Added new unit/integration tests
|
||||
- [ ] All existing tests pass
|
||||
|
||||
|
||||
## 📸 Screenshots / Videos _(Optional)_
|
||||
<!-- If your changes affect the UI, please add screenshots or a short video. -->
|
||||
<!-- This makes it much easier to review visual changes. -->
|
||||
|
||||
|
||||
## ✅ Checklist
|
||||
<!-- Go through this checklist before submitting your PR. -->
|
||||
- [ ] I have read the **CONTRIBUTING** document.
|
||||
- [ ] My code follows the project's coding standards.
|
||||
- [ ] I have added/updated tests to cover my changes.
|
||||
- [ ] I have updated the documentation if necessary.
|
||||
- [ ] I have run `./gradlew test` successfully (for backend changes).
|
||||
- [ ] My branch is up-to-date with the `main` branch.
|
||||
- [ ] **For big features:** I have created a documentation PR at [booklore-docs](https://github.com/booklore-app/booklore-docs) with styling similar to other documentation pages.
|
||||
|
||||
|
||||
## 📌 Additional Context _(Optional)_
|
||||
<!-- Any other information that might be helpful for reviewers? -->
|
||||
Reference in New Issue
Block a user