Skip to content

Commit 2ed009d

Browse files
author
chabros
committed
Adds link to HOWTO fix to the sidebar
1 parent ca6aad7 commit 2ed009d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/curation/howtos/fixing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The first step to fixing a Codewars kata is determining which kata need fixing i
1616

1717
## Creating a fork
1818

19-
A new fork can be initiated by opening the kata details page, selecting one of the available languages, and clicking the `Fork` button at the top right corner. This opens the fork editor, where all editors are populated with the current state of the corresponding code snippets in the selected language and description. This code can be edited and used as a starting point for a fix.
19+
A new fork can be initiated by opening the kata details page, selecting one of the available languages, and clicking the `Fork` button in the top right corner. This opens the fork editor, where all editors are populated with the current state of the corresponding code snippets in the selected language and description. This code can be edited and used as a starting point for a fix.
2020

2121
:::warning Do not fork outdated forks
2222
Fixes should not be applied by starting with a fork of an already approved fork. For example, when an issue is reported with a JavaScript version of a kata, it should be fixed by forking the current state of the kata, not by forking the original, approved JavaScript translation or the most recent JavaScript translation. The kata may have been modified after the translation was published and approved, and forking an old fork can revert changes applied afterward.

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ module.exports = {
9696
items: [
9797
"curation/kata",
9898
"curation/translation",
99+
"curation/howtos/fixing",
99100
{
100101
type: "category",
101102
label: "Guidelines",

0 commit comments

Comments
 (0)