Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Activating Open Collective #988

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtk [![Build Status](https://travis-ci.org/gtk-rs/gtk.png?branch=master)](https://travis-ci.org/gtk-rs/gtk) [![Build status](https://ci.appveyor.com/api/projects/status/5mot32ipr12iocw0?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/gtk) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk)
# gtk [![Financial Contributors on Open Collective](https://opencollective.com/gtk-rs/all/badge.svg?label=financial+contributors)](https://opencollective.com/gtk-rs) [![Build Status](https://travis-ci.org/gtk-rs/gtk.png?branch=master)](https://travis-ci.org/gtk-rs/gtk) [![Build status](https://ci.appveyor.com/api/projects/status/5mot32ipr12iocw0?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/gtk) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk)

[Project site](http://gtk-rs.org/) | [Online documentation](http://gtk-rs.org/docs/)

Expand Down Expand Up @@ -76,6 +76,36 @@ Most of the bindings ([`src/auto`](src/auto)) are generated by [gir](https://git

When opening a PR please put the changes to the `src/auto` directory in a separate commit.

## Contributors

### Code Contributors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is wrong considering that a lot of gtk-rs contributors never contributed to this repository. It'd put aside a lot of them, which seems unfair. I think it'd be better to just remove this section.


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

### Financial Contributors

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

#### Individuals

<a href="https://opencollective.com/gtk-rs"><img src="https://opencollective.com/gtk-rs/individuals.svg?width=890"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what this section is for...


#### Organizations

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

<a href="https://opencollective.com/gtk-rs/organization/0/website"><img src="https://opencollective.com/gtk-rs/organization/0/avatar.svg"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened here? O.o

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean? These are placeholders to allow multiple sponsors.

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

## License

__gtk__ is available under the MIT License, please refer to it.