Update Contribution

This commit is contained in:
vCaesar 2017-01-04 17:57:43 +08:00
parent 247a38a788
commit d25fc2ce58
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Please be kind, remember that Robotgo comes at no cost to you, and you're gettin
The project welcomes submissions but please let everyone know what you're working on if you want to change or add something to the Robotgo repositories.
Before starting to write something new for the Robotgo project, please [file an issue](https://github.com/go-Robotgo/Robotgo/issues/new). Significant changes must go through the [change proposal process](https://github.com/go-vgo/proposals) before they can be accepted.
Before starting to write something new for the Robotgo project, please [file an issue](https://github.com/go-vgo/robotgo/issues/new). Significant changes must go through the [change proposal process](https://github.com/go-vgo/proposals) before they can be accepted.
This process gives everyone a chance to validate the design, helps prevent duplication of effort, and ensures that the idea fits inside the goals for the project and tools. It also checks that the design is sound before code is written; the code review tool is not the place for high-level discussions.

View File

@ -201,3 +201,8 @@ func main() {
Println("title@@@", title)
}
```
##Contributors
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).