fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010)

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Dipanshu Rawat
2026-02-18 22:42:22 +05:30
committed by GitHub
parent 40853e4e43
commit 114204be6e
3 changed files with 28 additions and 15 deletions

View File

@@ -1,36 +1,41 @@
### Pull Request Type
### Pull Request Type
<!-- For change type, change [ ] to [x]. -->
- [ ] ✨ feat
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [ ] 🔨 chore
- [ ] 📝 docs
- [ ] ✨ feat (New feature)
- [ ] 🐛 fix (Bug fix)
- [ ] ♻️ refactor (Code refactoring without changing behavior)
- [ ] 💄 style (UI style changes)
- [ ] 🔨 chore (Build, CI, maintenance)
- [ ] 📝 docs (Documentation updates)
### Relevant Issues
<!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" -->
resolves #xxx
resolves #
### Description
<!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? -->
### What is in this change?
### Visuals (if applicable)
<!-- Describe the changes in this PR that are impactful to the repo. -->
<!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. -->
### Additional Information
<!-- Add any other context about the Pull Request here that was not captured above. -->
### Developer Validations
<!-- All of the applicable items should be checked. -->
- [ ] I ran `yarn lint` from the root of the repo & committed changes
- [ ] Relevant documentation has been updated
- [ ] Relevant documentation has been updated (if applicable)
- [ ] I have tested my code functionality
- [ ] Docker build succeeds locally