From d25fc2ce589238184c7d10410885b696155d7d3d Mon Sep 17 00:00:00 2001 From: vCaesar Date: Wed, 4 Jan 2017 17:57:43 +0800 Subject: [PATCH] Update Contribution --- CONTRIBUTING.md | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cf8f85..4edd832 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 3de8e8e..01eeccc 100644 --- a/README.md +++ b/README.md @@ -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).