Is it possible to give maintenance to a Kata even if the author went inactive? #3320
-
Hi folks, I found a Kata where the random tests in Go generate invalid test cases. Kata: https://www.codewars.com/kata/56f3ed90de254a2ca7000e20/ Issue: The input should be sorted but it's not, sorting the input manually is not enough to get a solution working since the tests don't validate it properly anyway. Is there a way for the community to fix those tests, even though the author is not active anymore? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, every user can create a fix for every language they solved. At the top right corner there's the After forking you can change the code and publish the changes for review. Additionally, you announce the fix in the kata discourse (with a post labelled as |
Beta Was this translation helpful? Give feedback.
Yes, every user can create a fix for every language they solved. At the top right corner there's the
Fork
button which creates a fork of the kata in selected language:After forking you can change the code and publish the changes for review. Additionally, you announce the fix in the kata discourse (with a post labelled as
suggestion
) and ideally also on Codewars Discord in the#fixing
channel. Someone will review the fork and if it's good, merge the changes to the kata.