Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activating Open Collective #1313

Merged
merged 1 commit into from
Jul 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PREMAKE 5 (core)
<img src="https://github.com/premake/premake-core/wiki/linux-widget.jpeg" width="24" height="24"/> [![Build Status](https://travis-ci.org/premake/premake-core.svg?branch=master)](https://travis-ci.org/premake/premake-core)
<img src="https://github.com/premake/premake-core/wiki/windows-widget.jpeg" width="24" height="24"/> [![Build status](https://ci.appveyor.com/api/projects/status/lc9g332y2lqvel8h?svg=true)](https://ci.appveyor.com/project/PremakeOrganization/premake-core)
<img src="https://github.com/premake/premake-core/wiki/linux-widget.jpeg" width="24" height="24"/> [![Build Status](https://travis-ci.org/premake/premake-core.svg?branch=master)](https://travis-ci.org/premake/premake-core) <img src="https://github.com/premake/premake-core/wiki/windows-widget.jpeg" width="24" height="24"/> [![Build status](https://ci.appveyor.com/api/projects/status/lc9g332y2lqvel8h?svg=true)](https://ci.appveyor.com/project/PremakeOrganization/premake-core)
[![Latest release](https://img.shields.io/github/release/premake/premake-core/all.svg)]()
[![Financial Contributors](https://opencollective.com/premake/all/badge.svg?label=financial+contributors)](https://opencollective.com/premake)
[![Release date of last release](https://img.shields.io/github/release-date-pre/premake/premake-core.svg)]()
[![Commits since last release](https://img.shields.io/github/commits-since/premake/premake-core/v5.0.0-alpha14.svg)]()

Expand Down Expand Up @@ -31,6 +31,36 @@ Something not working quite as expected? Do you need a feature that has not been

Awesome! View the [contribution guidelines](https://github.com/premake/premake-core/wiki/Contribution-Guidelines) before you contribute. If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all the unit tests are passing before submitting and add new ones in case you introduced new features.

## Contributors

### Code Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/premake/premake-core/graphs/contributors"><img src="https://opencollective.com/premake/contributors.svg?width=890&button=false" /></a>

### Financial Contributors

Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/premake/contribute)]

#### Individuals

<a href="https://opencollective.com/premake"><img src="https://opencollective.com/premake/individuals.svg?width=890"></a>

#### Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/premake/contribute)]

<a href="https://opencollective.com/premake/organization/0/website"><img src="https://opencollective.com/premake/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/1/website"><img src="https://opencollective.com/premake/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/2/website"><img src="https://opencollective.com/premake/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/3/website"><img src="https://opencollective.com/premake/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/4/website"><img src="https://opencollective.com/premake/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/5/website"><img src="https://opencollective.com/premake/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/6/website"><img src="https://opencollective.com/premake/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/7/website"><img src="https://opencollective.com/premake/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/8/website"><img src="https://opencollective.com/premake/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/premake/organization/9/website"><img src="https://opencollective.com/premake/organization/9/avatar.svg"></a>

### Copyright & License

Copyright &copy; 2002-2016 by Jason Perkins
Expand Down