Thank you for your interest in contributing to Vitsi AI. This is a generic guide that details how to contribute in a way that is efficient for everyone.
We are using GitHub Issues for our public bugs. Before filing a new task, try to make sure your problem doesn't already exist.
We don't have formal bug bounty program for security reports; this is an open source application and your contribution will be recognized in the changelog.
Please read the DCO section before creating a PR.
If you want to implement or start working in a new feature, please open a question / discussion issue for it.
If is going to be your first pull request, You can learn how from this free video series:
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
Each commit should have:
- Github issue number
- A concise subject using imperative mood.
- The subject should have capitalized the first letter, without period at the end and no larger than 65 characters.
- A blank line between the subject line and the body.
Examples of good commit messages:
[GH-34] Fix unexpected error on user registration[GH-111] Add new modal for settings[GH-2222] Update documentation on auth process
As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
This Code of Conduct is adapted from the Contributor Covenant, version 1.1.0, available from http://contributor-covenant.org/version/1/1/0/
By submitting code you are agree and can certify the below:
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.