mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
563 B
563 B
Contributing
- Fork it ( https://github.com/gsamokovarov/skiptrace/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Etiquette
If you want to contribute code, which is not your own or is heavily inspired by someone else's code, please give them a warm shoutout in the pull request (or the commit message) and the code itself.
Of course, don't try to sneak in non MIT compatible code.