Support collaborators PR template (#14023)
* add collaborator tmpl * update tmpl * update read me * fix markdown style * update readmepull/14027/head
parent
e3f7e01266
commit
e9d7e186a1
@ -0,0 +1,33 @@
|
||||
### This is a ...
|
||||
|
||||
- [ ] New feature
|
||||
- [ ] Other
|
||||
|
||||
### What's the background?
|
||||
|
||||
> 1. Describe the source of requirement.
|
||||
> 2. Resolve what problem.
|
||||
> 3. Related issue link.
|
||||
|
||||
### API Realization
|
||||
|
||||
> 1. Basic thought of solution and other optional proposal.
|
||||
> 2. List final API realization and usage sample.
|
||||
> 3. GIF or snapshot should be provided if includes UI/interactive modification.
|
||||
|
||||
### What's the affect?
|
||||
|
||||
> 1. Does this PR affect user? Which part will be affected?
|
||||
> 2. What will say in changelog?
|
||||
> 3. Does this PR contains potential break change or other risk?
|
||||
|
||||
### Self Check before Merge
|
||||
|
||||
- [ ] Doc is ready or not need
|
||||
- [ ] Demo is provided or not need
|
||||
- [ ] TypeScript definition is ready or not need
|
||||
- [ ] Changelog provided
|
||||
|
||||
### Additional Plan?
|
||||
|
||||
> If this PR related with other PR or following info. You can type here.
|
Loading…
Reference in New Issue