backup-utils/CONTRIBUTING.md

13 строки
775 B
Markdown
Исходник Обычный вид История

# Contributing
Looking to contribute something to this project? That is great, we always appreciate pull requests! Here's how you can help:
1. Fork the project to your account.
2014-08-15 05:15:13 +04:00
2. Clone the fork (`git clone https://github.com/[username]/backup-utils.git`).
3. Create a new feature branch (`git checkout -b my-feature-branch`).
4. Add and then commit your changes (`git commit -am "Add a new backup endpoint."`).
5. Push your feature branch to GitHub.com (`git push -u origin my-feature-branch`).
2014-08-15 05:15:13 +04:00
6. Open a [Pull Request](https://github.com/github/backup-utils/compare/) and wait for our feedback.
2016-03-24 21:49:38 +03:00
2016-09-07 23:57:12 +03:00
Have a look at the [styleguide](https://github.com/github/backup-utils/tree/master/STYLEGUIDE.md) to make sure your code style is consistent with the code in this repository.