775 B
775 B
Contributing
Looking to contribute something to this project? That is great, we always appreciate pull requests! Here's how you can help:
- Fork the project to your account.
- Clone the fork (
git clone https://github.com/[username]/backup-utils.git
). - Create a new feature branch (
git checkout -b my-feature-branch
). - Add and then commit your changes (
git commit -am "Add a new backup endpoint."
). - Push your feature branch to GitHub.com (
git push -u origin my-feature-branch
). - Open a Pull Request and wait for our feedback.
Have a look at the styleguide to make sure your code style is consistent with the code in this repository.