diff options
-rw-r--r-- | contributing.md | 8 | ||||
-rw-r--r-- | contributing.txt | 4 |
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). |