Skip to content

Commit cfc3f84

Browse files
committed
Added contribution guidelines.
1 parent 5f3e808 commit cfc3f84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,17 @@ You can also get up and running without npm, but it is not recommended to do so.
8585
![log](screenshots/log.png)
8686
* `$ gg l`
8787
* `$ gg log`
88+
89+
## Contributing
90+
Contributions are always welcome.
91+
92+
We follow [Airbnb's coding standard](https://github.com/airbnb/javascript), so make sure you use that as a guideline.
93+
94+
Fork our code, make a new branch, and send a pull request.
95+
96+
TODO:
97+
* support for branches
98+
* handling for non-fast-forwards (when you need to pull first, merge, and then push)
99+
* handling for merge conflicts
100+
* handling for freshly initialized git repositories status
101+
* support for specifying path of repository initialization and cloning

0 commit comments

Comments
 (0)