Skip to content

Commit

Permalink
Getting help with a specific exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtigger committed Oct 22, 2016
1 parent 4bdbf6f commit 47376b0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ We are working to improve this document, and if you find any part of it confusin
### ... with a specific exercise

* If a particular exercise is giving you grief, ask for help in our [online support chat](https://gitter.im/exercism/support).
- If there's a defect in the **instructions** of the exercise, you can make a difference by [filing a bug report]() in the [`exercism/x-common` repository](https://github.com/exercism/x-common/issues/new).
- After reporting the problem, if you have the time and the desire, you can *really* help by [fixing it](#-organizing-stuff).
- If there's a defect in the **tests** or **starter code** of the exercise, you can help by [filing a bug report]() in the "Issues" section of the [corresponding language repository](http://exercism.io/repositories).
- You can ask for help within the track:
1. `exercism submit` the code you have.
- View your new submission (the previous command hands you that link)
Expand All @@ -67,10 +70,16 @@ We are working to improve this document, and if you find any part of it confusin

### ... making the website better

-

### ... improving the command-line client (CLI)

-

### ... a brand-new exercise for Exercism

-

### ... improving an existing exercise

----
Expand All @@ -85,10 +94,25 @@ Terrific! While you are absolutely welcome to jump in anywhere you'd like, if y
| | | | | | | |

### ... organizing stuff

-

### ... fluency in a particular programming language

-

### ... web programming

-

### ... Ruby on Rails

-

### ... Go

-

### ... web design


Expand Down

0 comments on commit 47376b0

Please sign in to comment.