Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.61 KB

CONTRIBUTING.md

File metadata and controls

39 lines (22 loc) · 2.61 KB

How to contribute to the Exercism Uiua track

Do you want to add an exercise?

Do you want to report a bug?

  • Ensure the bug was not already reported by searching the Uiua category on the Exercism forum.

  • If you're unable to find an open conversation addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and (when possible) a code sample.

Do you want to fix a bug?

  • Ensure that the bug is reported. Only start fixing the bug when there is agreement on whether (and how) it should be fixed.

  • Fix the bug and submit a Pull Request to this repository.

  • Ensure the PR description clearly describes the problem and solution. Include a link to the bug's corresponding forum conversation.

  • Before submitting, please read the Contributors Pull Request Guide and Pull Request Guide.

Do you intend to add a new feature or change an existing one?