-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 9ae7c17
Showing
3 changed files
with
441 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONTRIBUTING | ||
- Stick to Code conventions listed below. | ||
- Change the code and comment the changes exhaustively. | ||
- Open a PR with the clear explanation of what you've done. | ||
- Ensure that comments, README.bf, and comment loops conform with | ||
bf.doc (https://github.com/bf-enterprise-solutions/bf.doc) | ||
|
||
CODE CONVENTIONS | ||
- Indent every loop body by one more space than the outer code. | ||
- Matching brackets have the same indentation. | ||
- Opening bracket and closing bracket should occupy a line of their | ||
own, unless the loop is tiny. | ||
- Put every semantically separate piece of code onto the line of their own. |
Oops, something went wrong.