Skip to content

Commit 8516109

Browse files
authored
Create CONTRIBUTING.md
This is a bypass but it's not affecting anything
1 parent 06e6cdf commit 8516109

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing to the BORA RunTime
2+
The BORA Runtime is a very massive thing to maintain and work on, and it will always be open to new fixes and suggestions that you can implement yourself anytime by forking this repository anytime. But to ensure that the quality and sustainability of the runtime. You must follow the rules if you want to send your work to the codebase.
3+
4+
## Basic Rules
5+
* Follow Code Of Conduct
6+
* Your code has to work. This means that your code that you want to pull request has to work on all platforms, including MacOS, Windows 11 and Linux. So if your code fails the build action, please fix it.
7+
* The feature that you'll want to add or fix needs to be proven that it affects the runtime, it could be either performance, or the feature live in action. We don't want code that doesn't do anything so please show proof of it in action.
8+
9+
That's all for now

0 commit comments

Comments
 (0)