Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Jason
2022-10-17 15:36:11 +08:00
committed by GitHub
parent f5c94e5471
commit 3deafdbc77

View File

@@ -1,9 +1,15 @@
<!-- Demo: https://github.com/PaddlePaddle/Paddle/pull/24810 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] -->
### PR types(PR类型)
<!-- One of [ Model | Backend | Doc | Bug Fix] -->
The title of this pull request should be `[PR type] Description of this pull request`, e.g `[Model] PP-Matting deployment support`
PR的标题应该为 `[PR type] Description of this pull request`, 例如 `[Model] PP-Matting deployment support`
### PR changes
<!-- One of [ OPs | APIs | Docs | Others ] -->
### Describe
<!-- Describe what this PR does -->
- Support new model PP-Matting
- Add new data structure `MattingResult`