Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #22

Merged
merged 2 commits into from
Jul 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.
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.
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.
Loading