This repository was archived by the owner on Jul 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ There are two main ways to contribute to this project.
4+
5+ ## Content
6+
7+ * Write articles
8+ * Recording screencasts
9+ * Submit presentations
10+
11+ ## Development
12+
13+ 1 . Fork it! ( https://github.com/cironunes/generator-angular-next/fork )
14+ 2 . Create your feature branch: ` git checkout -b my-new-feature `
15+ 3 . Commit your changes: ` git commit -am 'Add some feature' `
16+ 4 . Push to the branch: ` git push origin my-new-feature `
17+ 5 . Create a new [ Pull Request] ( https://github.com/cironunes/generator-angular-next/compare ) : D
18+
19+
20+ English is the universal language nowadays, so please don't create or comment on issues using another language.
21+
Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ A `navService` has just two methods: `activate` and `deactivate`.
138138
139139Add or remove a class to open/hide the nav with CSS
140140
141+ ## Contributing
142+
143+ Please see the [ contributing guidelines] ( https://github.com/cironunes/angular-off-canvas/blob/master/CONTRIBUTING.md )
144+
141145## Tests
142146
143147You can run the tests with [ ` karma ` ] ( http://karma-runner.github.io/0.10/index.html ) :
You can’t perform that action at this time.
0 commit comments