-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
14 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,14 @@ | ||
# Contributing Guidelines | ||
|
||
It's great to see that you're taking the time to read this. Let's have some fun together! | ||
|
||
By default, there are no restrictions on your imagination - feel free to do anything that you consider appropriate and are capable of doing. However, in the event that something negative occurs, we should make a note of it and document it in this file to prevent it from happening again. | ||
|
||
If you're interested in setting up the CALM development environment, please refer to the [Hacking](hacking.md) section. | ||
|
||
## Making Changes | ||
|
||
- To ensure proper code management, please refrain from pushing commits directly to the main branch. | ||
- Instead, submit all changes through a pull request. | ||
- Please note that a pull request must receive approval from code owners before it can be merged. | ||
As an counterexample, please check https://github.com/VitoVan/calm/pull/163. |