@@ -6,12 +6,12 @@ project, you agree to abide by the [code of conduct][].
6
6
7
7
If you want to bring our attention to something, please open an issue! This can
8
8
be used for anything from typos to new content. For example, this has been used
9
- for events ( # 119 ), calls for participation ( # 138 ), jobs ( # 136 ) , and bugs ( # 62 ) .
9
+ for [ calls for participation] [ ] , [ jobs] [ ] , and [ bugs] [ ] .
10
10
11
11
If you want to make a change yourself, please open a pull request! We encourage
12
12
you to make changes when you can, and we'll work with you to get your changes
13
- merged quickly. For instance, this has been used for events ( # 160 ), packages of
14
- the week ( # 159 ), featured content ( # 148 ) , and typos ( # 145 ) .
13
+ merged quickly. For instance, this has been used for [ packages of the week ] [ ] ,
14
+ [ featured content] [ ] , and [ typos] [ ] .
15
15
16
16
## Contributing code
17
17
@@ -27,8 +27,8 @@ code. In addition, there are a couple other things to keep in mind:
27
27
pull request will be tested on Travis CI. The tests must pass before the
28
28
pull request will be merged, but we can help you with any problems.
29
29
30
- - If you do need or want to run the generator locally, you can do so with
31
- this command:
30
+ - If you want or need to run the generator locally, you can do so with this
31
+ command:
32
32
33
33
``` sh
34
34
stack --install-ghc build --file-watch --exec haskell-weekly
@@ -45,4 +45,10 @@ code. In addition, there are a couple other things to keep in mind:
45
45
```
46
46
47
47
[code of conduct]: ./CODE_OF_CONDUCT.markdown
48
+ [calls for participation]: https://github.com/haskellweekly/haskellweekly.github.io/issues/138
49
+ [jobs]: https://github.com/haskellweekly/haskellweekly.github.io/issues/136
50
+ [bugs]: https://github.com/haskellweekly/haskellweekly.github.io/issues/62
51
+ [packages of the week]: https://github.com/haskellweekly/haskellweekly.github.io/issues/159
52
+ [featured content]: https://github.com/haskellweekly/haskellweekly.github.io/issues/148
53
+ [typos]: https://github.com/haskellweekly/haskellweekly.github.io/issues/145
48
54
[Stack]: https://docs.haskellstack.org/en/stable/README/
0 commit comments