mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-10 05:24:24 +01:00
20 lines
285 B
Markdown
20 lines
285 B
Markdown
|
CONTRIBUTING
|
||
|
============
|
||
|
|
||
|
Here's a quick guide:
|
||
|
|
||
|
1. Fork the repo.
|
||
|
|
||
|
2. `npm install`
|
||
|
|
||
|
3. `bower install`
|
||
|
|
||
|
4. Run the tests: `karma start`
|
||
|
|
||
|
5. Make changes in source folder `src`.
|
||
|
|
||
|
6. Minify source files: `grunt`
|
||
|
|
||
|
7. Make the test pass.
|
||
|
|
||
|
8. Push to your fork and submit a pull request.
|