-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
A.A.Abroskin
committed
Mar 5, 2019
1 parent
04726c6
commit 4de163b
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Contributing | ||
First off, thanks for taking the time to contribute! Feel free to make Pull Request with you changes. | ||
|
||
|
||
# Requirements | ||
|
||
Go >= 1.11 | ||
Ruby >= 2.x | ||
|
||
# Proccess | ||
|
||
1. Fork repo | ||
2. git clone <forked_repo> | ||
3. run commands: | ||
```bash | ||
go build | ||
bundle install | ||
``` | ||
4. Make changes | ||
6. Test it | ||
```bash | ||
bundle exec rspec spec/ | ||
``` | ||
7. Push your changes in repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters