Skip to content

Commit a668c47

Browse files
committed
add contributing information to README
1 parent 66964f3 commit a668c47

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.markdown

+17
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ Development is done in the `next` branch, while `master` contains the docs and g
2424

2525
export EDITOR=vim; _bin/newpost 'Post title'
2626

27+
## Contributing improvements or bug fixes
28+
29+
1. Fork elixir-lang.github.com
30+
31+
2. Make your changes
32+
33+
3. Test it locally
34+
35+
You need to install `jekyll` and `rdiscount`
36+
37+
```shell
38+
$ gem install jekyll rdiscount
39+
$ jekyll serve # check localhost:4000
40+
```
41+
42+
4. Send a pull-request for your changes.
43+
2744
## License
2845

2946
* The Elixir logo and website contents are copyrighted to [Plataformatec](http://plataformatec.com.br/).

0 commit comments

Comments
 (0)