Skip to content

Commit

Permalink
[DOC] Restructure contributing through github section
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed Nov 12, 2018
1 parent 1a34974 commit d6a3c67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ As a reminder, we expect all contributions to `tedana` to adhere to our [code of
[git][link_git] is a really useful tool for version control.
[GitHub][link_github] sits on top of git and supports collaborative and distributed working.

GitHub has a helpful page on [getting started with writing and formatting on GitHub][writing_formatting_github].

You'll use [Markdown][markdown] to chat in issues and pull requests.
You'll use [Markdown][markdown] to chat in issues and pull requests on GitHub.
You can think of Markdown as a few little symbols around your text that will allow GitHub
to render the text with a little bit of formatting.
For example you could write words as bold (`**bold**`), or in italics (`*italics*`),
or as a [link][rick_roll] (`[link](https://https://youtu.be/dQw4w9WgXcQ)`) to another webpage.

GitHub has a helpful page on
[getting started with writing and formatting Markdown on GitHub][writing_formatting_github].


## Understanding issues, milestones and project boards

Expand Down

0 comments on commit d6a3c67

Please sign in to comment.