Pull_request_template — Weavetab Docs

Weavetab documentation guide for Pull_request_template.

Pull_request_template

Weavetab documentation guide for Pull_request_template.

## Summary

Briefly describe the purpose of this PR and what changes were made.

## Type of Change

- [ ] 🐛 Bug fix (non-breaking change fixing an issue)
- [ ] ✨ New feature (non-breaking change adding functionality)
- [ ] 📚 Documentation update (typo fix, new guide, API docs update)
- [ ] 🔧 Refactoring / Code style / Infrastructure
- [ ] ⚠️ Breaking change (fix or feature that breaks existing interface)

## Related Issues

Closes #

## Changes Made

- Item 1
- Item 2

## Verification / Testing

Describe how you tested these changes (e.g., local build, unit tests, manual execution).

- [ ] Verified build succeeds locally
- [ ] All tests pass
- [ ] Inspected rendered preview / output

## Checklist

- [ ] My code follows the project's code style and conventions
- [ ] I have performed a self-review of my code
- [ ] I have updated relevant documentation