Learn how to contribute to Documenso and become part of our community.
main
, and all pull requests should be made against this branch. Here’s how you can get started with developing:
feat/
for new features, fix/
for bug fixes, etc.git checkout -b feat/issue-id-your-branch-name
## Example
git checkout -b feat/1234-add-share-button-to-articles
references #yyyy
or fixes #yyyy
to link it to the issue you are working on.main
branch.