From 3045ccd851fb572f8bc3ec29512b3a3d3cb93674 Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 4 Jul 2017 12:30:32 +0200 Subject: Added .github/ISSUE_TEMPLATE.md (optional) --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d018d7733 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ + \ No newline at end of file -- cgit v1.3.1 From 302340246e9a35be060aee8fa1c7e79ca3da29a7 Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 4 Jul 2017 12:30:32 +0200 Subject: Updated CONTRIBUTING.md (optional) --- CONTRIBUTING.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 297944137..d58a9de68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,3 +61,41 @@ For example, to copy a directory in sandbox, calling link is: `sandbox_os.cp()` * 为了规范化提交日志的格式,commit消息,不要用中文,请用英文描述 [1]: https://github.com/tboox/xmake/issues + + +## Financial contributions + +We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/xmake). +Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed. + + +## Credits + + +### Contributors + +Thank you to all the people who have already contributed to xmake! + + + +### Backers + +Thank you to all our backers! [[Become a backer](https://opencollective.com/xmake#backer)] + + + + +### Sponsors + +Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/xmake#sponsor)) + + + + + + + + + + + \ No newline at end of file -- cgit v1.3.1 From a7645c6c1a953dfd4623d08637ce26948710715a Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 4 Jul 2017 12:31:57 +0200 Subject: Added backers and sponsors on the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03730c997..6606e1fd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A make-like build utility based on Lua -[![Build Status](https://api.travis-ci.org/tboox/xmake.svg?branch=master)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/ry9oa2mxrj8hk613/branch/master?svg=true)](https://ci.appveyor.com/project/waruqi/xmake/branch/master) [![codecov](https://codecov.io/gh/tboox/xmake/branch/master/graph/badge.svg)](https://codecov.io/gh/tboox/xmake) [![Join the chat at https://gitter.im/tboox/tboox](https://badges.gitter.im/tboox/tboox.svg)](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate) +[![Backers on Open Collective](https://opencollective.com/xmake/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/xmake/sponsors/badge.svg)](#sponsors) [![Build Status](https://api.travis-ci.org/tboox/xmake.svg?branch=master)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/ry9oa2mxrj8hk613/branch/master?svg=true)](https://ci.appveyor.com/project/waruqi/xmake/branch/master) [![codecov](https://codecov.io/gh/tboox/xmake/branch/master/graph/badge.svg)](https://codecov.io/gh/tboox/xmake) [![Join the chat at https://gitter.im/tboox/tboox](https://badges.gitter.im/tboox/tboox.svg)](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate) [![logo](http://tboox.org/static/img/xmake/logo256.png)](http://xmake.io) @@ -256,3 +256,33 @@ Some projects using xmake: * Homepage:[tboox.org](http://www.tboox.org) * Community:[tboox@community](https://github.com/tboox/community/issues) + +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute]](blob/master/CONTRIBUTING.md). + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/xmake#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/xmake#sponsor)] + + + + + + + + + + + + + -- cgit v1.3.1 From 28353b3a76db9592acb23fed82461c07c8d6265b Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 4 Jul 2017 12:35:12 +0200 Subject: fix broken link to CONTRIBUTING.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6606e1fd2..ba3583643 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Some projects using xmake: ## Contributors -This project exists thanks to all the people who contribute. [[Contribute]](blob/master/CONTRIBUTING.md). +This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md). -- cgit v1.3.1