From 65e8c02f2f71c9b78d93b71a3056c2c0a77ff7bf Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 10 Sep 2017 05:43:53 +0000 Subject: [PATCH] Add README.md (#2910) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..21b2e24b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +![Logo](docs/logo-30.png) i3: A tiling window manager +===================================================== + +[![Build Status](https://travis-ci.org/i3/i3.svg?branch=next)](https://travis-ci.org/i3/i3) +[![Issue Stats](http://www.issuestats.com/github/i3/i3/badge/issue?style=flat)](http://www.issuestats.com/github/i3/i3) +[![Pull Request Stats](http://www.issuestats.com/github/i3/i3/badge/pr?style=flat)](http://www.issuestats.com/github/i3/i3) + +i3 is a tiling window manager for X11. + +For more information about i3, please see [the project's website](https://i3wm.org/) and [online documentation](https://i3wm.org/docs/). + +For information about contributing to i3, please see [CONTRIBUTING.md](.github/CONTRIBUTING.md).