Proposing corrections for CodeAbbey problem texts
If you want to suggest correction the most convenient way is the following:
- Visit the problem statement which needs to be improved.
- Change
task_view
in its url totask_text
, in the browser address line, like this: www.codeabbey.com/index/task_view/sum-of-two to http://www.codeabbey.com/index/task_text/sum-of-two - After hitting
Enter
you should see the source text of the statement inMarkdown
format. PressCtrl-A
andCtrl-C
to select all and copy it. - Go to Issues of this project and click "new issue".
- Enter the problem name or number as a
Title
, then in the description paste the source and remove everything except the fragment you want to be changed. Save it. - Now as issue is created, add another comment to it with the same fragment, but in the improved/corrected form.
- When your improvement is added, the issue state is changed to "closed".
For example see this demo issue, please.