Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
<!--
Thanks for contributing to Blade. Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #).
-->
-->
## Description
<!-- Describe the changes introduced by this pull request -->
<!-- What problem does it solve? What feature or fix is added? -->

---

## Related Issue
<!-- Link the related issue(s), if any -->
<!-- Example: Fixes #123 -->

---

## Changes Made
<!-- Summarize the key changes in this PR -->

-
-
-

---

## Testing Performed
<!-- Describe how you tested your changes -->

-
-
-

---

## Checklist
<!-- Check all that apply -->

- [ ] Changes have been tested locally
- [ ] Tests added or updated (if applicable)
- [ ] Documentation updated (if applicable)
- [ ] Code follows project guidelines
- [ ] No sensitive data (keys, secrets, etc.) included

---

## Additional Notes
<!-- Any extra information for reviewers (optional) -->