LibreSelery icon indicating copy to clipboard operation
LibreSelery copied to clipboard

Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions

Results 79 LibreSelery issues
Sort by recently updated
recently updated
newest added

Another OS project may have solutions for one of the weights in LibreSelery. https://github.com/sourcecred It would be nice to use this approach as one option in LibreSelery.

@cornerman proposed to add LibreSelery Version number / or Git SHA to the selery.yml to avoid incompatibly

With the Gihub API we can create an additional weight based on solved issues that are closed by git commit entries.

For simple integration and to be easily found we need to transform the seleryexample into an official Action: Find more information here: * https://github.community/t/how-to-publish-a-github-action-in-the-marketplace/16411 * https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace#:~:text=On%20GitHub%2C%20navigate%20to%20the,action%20to%20the%20GitHub%20Marketplace.

Otherwise updates could break builds. We should still employ semantic versioning, so you stil get updates of minor versions, but not automatically pull major version updates.

I believe that there is no metric that faithfully correlates to contribution. Trying to measure the number or frequency of commits, lines-of-code, and so forth, will fail, as they are...

Keybase offers to link various social accounts to one person - including crypto wallets. Therefore we could map github accounts to crypto wallet via their service. Therefore not relying only...

The idea here is, that money should not go to software that already exists, but to developers that implement features and fix bugs that are most important. How does a...

* Every file change should be commit and pushed

good first issue

Another weight idea: ``` (number of commits I made) / (total number of commits) ```