-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |