From 9df289a0e306c6d930f324449ebac7ca01e499f7 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 10 Jan 2014 16:16:03 -0600 Subject: [PATCH 1/3] Add a README.md Signed-off-by: Johannes Schindelin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..62ecc3c8db --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Git for Windows + +This is the source code of [Git for Windows](http://git-for-windows.github.io/), +forked from [Git](http://git-scm.com/). + +If you encounter problems, you can report them as [GitHub issues](https://github.com/git-for-windows/git/issues), discuss them on Git for Windows' [Google Group](http://groups.google.com/group/git-for-windows), and [contribute bug fixes](https://github.com/git-for-windows/git/wiki/How-to-participate#fix-bugs-or-add-features-in-the-git-code-itself). From 76bf6dbc9525ba4fc70b17f44ec311f34b89a51f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Wed, 11 Feb 2015 15:24:26 +0000 Subject: [PATCH 2/3] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62ecc3c8db..70a3999c6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Git for Windows +[![Join the chat at https://gitter.im/git-for-windows/git](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/git-for-windows/git?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + This is the source code of [Git for Windows](http://git-for-windows.github.io/), forked from [Git](http://git-scm.com/). From 188559535347aa9a3ae14abe7e0a21b9147ad185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= Date: Tue, 28 Apr 2015 14:50:14 +0200 Subject: [PATCH 3/3] readme: added link to governance model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After publishing the governance model on the [developer page](http://git-for-windows.github.io), lets add a link on the `README.md` too. Signed-off-by: 마누엘 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a3999c6e..e45f3b9da8 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This is the source code of [Git for Windows](http://git-for-windows.github.io/), forked from [Git](http://git-scm.com/). -If you encounter problems, you can report them as [GitHub issues](https://github.com/git-for-windows/git/issues), discuss them on Git for Windows' [Google Group](http://groups.google.com/group/git-for-windows), and [contribute bug fixes](https://github.com/git-for-windows/git/wiki/How-to-participate#fix-bugs-or-add-features-in-the-git-code-itself). +This project is run by a [governance model](http://git-for-windows.github.io/governance-model.html). If you encounter problems, you can report them as [GitHub issues](https://github.com/git-for-windows/git/issues), discuss them on Git for Windows' [Google Group](http://groups.google.com/group/git-for-windows), and [contribute bug fixes](https://github.com/git-for-windows/git/wiki/How-to-participate#fix-bugs-or-add-features-in-the-git-code-itself).