Skip to content

Commit

Permalink
Support collaborators PR template (ant-design#14023)
Browse files Browse the repository at this point in the history
* add collaborator tmpl

* update tmpl

* update read me

* fix markdown style

* update readme
  • Loading branch information
zombieJ authored Dec 30, 2018
1 parent e3f7e01 commit e9d7e18
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/collaborator.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ Read our [contributing guide](https://ant.design/docs/react/contributing) and le

We welcome all contributions. Please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as [GitHub issues](https://github.com/ant-design/ant-design/issues). If you'd like to improve code, check out the [Development Instructions](https://github.com/ant-design/ant-design/wiki/Development) and have a good time! :)

If you are collaborator. Please follow our [Pull Request principle](https://github.com/ant-design/ant-design/wiki/PR-principle) to create Pull Request by [collaborator template](https://github.com/ant-design/ant-design/compare?expand=1&template=collaborator.md).

[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/34526884)

0 comments on commit e9d7e18

Please sign in to comment.