We see that you have decieded to contribute to SkunkBooth and we are excited to have you here ! Take a moment to read our guidelines for :
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Translating to a new language
- Proposing new features
We use github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
main
. - Run
pre-commit install
to install the pre commit checks - If you've added code that should be tested, add tests.
- If you've added some new documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
We always want our app to improve and any help is always appreciated. Open an issue and detail out the new features you are proposing and let us get back to you! For new filters, you can use one from skunkbooth/filters as a template.
You can use Discussions if you want to discuss our code.
In the locales directory, run:
mkdir -p {two letter language code}/LC_MESSAGES
cp base.pot {two letter language code}/LC_MESSAGES/base.po
And start adding translations to your new base.po file. Once you're done, run locales.sh in the top level of the repository to bake the translation file, and add your language to the drop-down menu in the settings menu in frames.py.
In short, when you submit code changes, your submissions are understood to be under the same license that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
We love simple work, so make sure to keep it simple. Ideally, ensure you:
- Highlight the issue and how to reproduce it.
- Any fixes or workarounds you have tried already.
- A screenshot/video would be really good.
Make sure to follow PEP8 standards, also make sure to lint using black
.
By contributing, you agree that your contributions will be licensed under its License.