Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gamethis authored Jul 14, 2024
1 parent 6ffeae5 commit d185e8a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Contributing to BonkeyWonkers.
# Contributing to BonkeyWonkers

1. All contributions must pass built in checks.
A. you can test the majority by running `pre-commit -a` before submitting the PR.
A. you can test the majority by running `pre-commit -a` before submitting the
PR.
2. All contributions should leverage open source tools.
3. Contributions should be tested in `Code Spaces` to make sure that all previous contributions still work.
3. Contributions should be tested in `Code Spaces` to make sure that all previous
contributions still work.
4. If you add an exercise add the setup for `Code Space` to insure it works on launch.
5. New exercises should have a README.md file in the new folder.
A. The README.md should be linked to from the README.md in the root of the repo.
B. The README.md should have a link to the previous exercise.
C. The README.md should explain the exercise and steps to be performed when doing it.
C. The README.md should explain the exercise and steps to be performed when
doing it.

0 comments on commit d185e8a

Please sign in to comment.