Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf authored Jan 17, 2018
1 parent d22a149 commit 1d38abc
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,43 @@ Separate each item with a blank line. This layout will have a better view on mos

Doing is better than talking. If you find a bug which is easy to fix, just click the edit button.

```
+ [item one](link) - text
+ [item two](link) - text
```


+ [item one](link) - text

+ [item two](link) - text

```
For CRAN packages
+ <img class='emoji' src="https://link.rweekly.org/c" width='20' /> [pkg name](link) - text
For Bioconductor packages
+ <img class='emoji' src="https://link.rweekly.org/b" width='50' /> [pkg name](link) - text
For GitHub only packages
+ <img class='emoji' src="https://link.rweekly.org/g" width='20' /> [pkg name](link) - text
```

For CRAN packages

+ <img class='emoji' src="https://link.rweekly.org/c" width='20' /> [pkg name](link) - text

For Bioconductor packages

+ <img class='emoji' src="https://link.rweekly.org/b" width='50' /> [pkg name](link) - text

For GitHub only packages

+ <img class='emoji' src="https://link.rweekly.org/g" width='20' /> [pkg name](link) - text


# Structure of the draft

Expand Down

0 comments on commit 1d38abc

Please sign in to comment.