DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.05k stars 102 forks source link

Enable Hacktoberfest #235

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

What problem does this solve or what need does it fill?

Hacktoberfest is an ongoing event that encourages people to contribute to open source projects. Since taffy is a bit low on contributors, but not too hard to get into, this might be a nice opportunity for us to get more help.

What solution would you like?

Opt into Hacktoberfest. I believe we need to add the hacktoberfest topic to the repository on GitHub.

What alternative(s) have you considered?

Don't opt in. This can also have some downsides, such as low effort contributions that just aim to get the rewards.

Additional context

alice-i-cecile commented 1 year ago

I believe we need to add the hacktoberfest topic to the repository on GitHub.

Can you find the details here? I couldn't immediately find this on the site.

TimJentzsch commented 1 year ago

I believe we need to add the hacktoberfest topic to the repository on GitHub.

Can you find the details here? I couldn't immediately find this on the site.

They are here: https://hacktoberfest.com/participation/#maintainers

It sounds like adding the topic is enough, and then merging the PRs. You can also add the hacktoberfest-accepted label, but we'd probably only need that for Bevy due to the different merging process.

nicoburns commented 1 year ago

Apply the “hacktoberfest” label to issues you want contributors to help with in your GitHub or GitLab project. Choose issues that have a well-defined scope and are self-contained.

Looks like you also need to label issues you want people to submit PRs for.

alice-i-cecile commented 1 year ago

Looks like you also need to label issues you want people to submit PRs for.

This one appears to be optional :) Marking merged PRs should also not be needed, since we're not using bors. Added the label.