https://github.com/giuseppeg/contributing
💗 Personal Open Source Contributor Manifesto and Policies
https://github.com/giuseppeg/contributing
contributing open-source
Last synced: 10 months ago
JSON representation
💗 Personal Open Source Contributor Manifesto and Policies
- Host: GitHub
- URL: https://github.com/giuseppeg/contributing
- Owner: giuseppeg
- License: mit
- Created: 2019-10-06T11:31:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T20:37:04.000Z (over 6 years ago)
- Last Synced: 2025-02-05T14:15:03.127Z (11 months ago)
- Topics: contributing, open-source
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Contributing
This document describes my personal Open Source Contributor Manifesto and Policies.
I have a full time job and work on side projects and Open Source Software at random times and most of the times just for fun.
Unfortunately, as [@Kitze](https://twitter.com/thekitze) wrote
Since most of my contributions are to side projects and I don't want to burn out, in some cases I might decide to disable GitHub issues or turn off notifications for the most active projects.
Don't worry though, periodically I take a look at open issues and PRs and take action if necessary!
If you want to support my free work or get dedicated attention and support with any of the projects I contribute to, please don't hesitate to check out my [sponsorship page](https://github.com/users/giuseppeg/sponsorship) on GitHub.
### Bugs
If you find a bug in [one of the projects I maintain](https://github.com/giuseppeg/repositories), please submit a pull request with a failing test or a fix, and good description for the issue.
When issues are enabled, please always include a testcase in the form of a minimal repository or link to a live playground (my favorite is [CodeSandbox](https://codesandbox.io)).
From my experience, issues with a clear description and a testcase are fixed or resolved much faster than others!
### Features request
Please submit a pull request with an RFC where you explain the why and the how you think this feature is useful. I'd be glad to start a conversation from there before moving on to implementation. Also please let me know if you would be up to implement the feature you are suggesting.