Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 8f73dcb

Browse files
committed
chore: add contributing guidelines
1 parent eee3002 commit 8f73dcb

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ A `navService` has just two methods: `activate` and `deactivate`.
138138

139139
Add 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

143147
You can run the tests with [`karma`](http://karma-runner.github.io/0.10/index.html):

0 commit comments

Comments
 (0)