mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 01:35:24 -04:00
f80d8a8946
- 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.
25 lines
746 B
Markdown
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. |