Skip to content

Commit

Permalink
Import.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Mar 13, 2023
0 parents commit 9ae7c17
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING
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.
Loading

0 comments on commit 9ae7c17

Please # to comment.