Files
dify-plugin-daemon/.github/pull_request_template.md
Yeuoly f80d8a8946 feat: add pull request template for improved contribution guidelines (#366)
- Introduced a new pull request template to standardize contributions.
- The template includes sections for description, type of change, essential checklist, and additional information to assist reviewers.
2025-06-26 12:09:55 +08:00

25 lines
746 B
Markdown

## Description
Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`.
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] Performance improvement
- [ ] Other
## Essential Checklist
### Testing
- [ ] I have tested the changes locally and confirmed they work as expected
- [ ] I have added unit tests where necessary and they pass successfully
### Bug Fix (if applicable)
- [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`)
## Additional Information
Please provide any additional context that would help reviewers understand the changes.