aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Ansell <me@mith.ro>2018-02-25 09:47:10 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2018-02-25 20:22:02 +0200
commit33e279bc113beff73666f5295fd26fe4a5f9e008 (patch)
tree2894e86bf87add20c463f44899087014f4ce9388
parentea3b54d40252fcb87eb1852223f125398b1edbdf (diff)
downloadmeson-33e279bc113beff73666f5295fd26fe4a5f9e008.zip
meson-33e279bc113beff73666f5295fd26fe4a5f9e008.tar.gz
meson-33e279bc113beff73666f5295fd26fe4a5f9e008.tar.bz2
[skip ci] Improve Contributing file slightly
[GitHub links to your Contributing instructions when people send pull requests](https://help.github.com/articles/setting-guidelines-for-repository-contributors/). For this reason it is good for this file to be a bit nicer and more welcoming. This file has been changed to Markdown so GitHub renders it nicely and some encouragement text has been added. The link to the full contributing instructions has also been reformatted and this makes the file look nicer when viewing in plain text form too!
-rw-r--r--contributing.md8
-rw-r--r--contributing.txt4
2 files changed, 8 insertions, 4 deletions
diff --git a/contributing.md b/contributing.md
new file mode 100644
index 0000000..3d4dc34
--- /dev/null
+++ b/contributing.md
@@ -0,0 +1,8 @@
+## Contributing to the Meson build system
+
+Thank you for your interest in participating to the development!
+A large fraction of Meson is contributed by people outside
+the core team and we are **excited** to see what you do.
+
+**Contribution instructions can be found on the website**
+ @ http://mesonbuild.com/Contributing.html
diff --git a/contributing.txt b/contributing.txt
deleted file mode 100644
index b1c015c..0000000
--- a/contributing.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Contributing to the Meson build system
-
-Contribution instructions can be found [on the
-website](http://mesonbuild.com/Contributing.html).