Skip to content

Commit

Permalink
Issue ows-ali#361: updated contributing file: The file name should be…
Browse files Browse the repository at this point in the history
… formatted so that it matches the URL that will redirect to the problem page.
  • Loading branch information
rghenea committed Oct 11, 2019
1 parent ed81043 commit 4daec29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
- Clone the forked repository into local space
- Choose any task on [Hackerrank](https://www.hackerrank.com/), [Codechef](https://www.codechef.com/) or any other online platform and solve it, (or choose your already solved question)
- Paste the solution code in new file and name it in following format:
PROBLEM_NAME.[Format of language used in your code]
PROBLEM-NAME.[Format of language used in your code]
(you should match it with the url, such that when a user type the url
hackkerrank.com/challenges/PROBLEM_NAME/problem
codechef.com/problems/PROBLEM_NAME
hackkerrank.com/challenges/PROBLEM-NAME/problem
codechef.com/problems/PROBLEM-NAME
and so on
it will be redirected to the actual problem page)
- Place your source code file in respective folder (you can create a new folder if it is not present)
Expand Down

0 comments on commit 4daec29

Please sign in to comment.