-
Notifications
You must be signed in to change notification settings - Fork 18
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
1 parent
9a89185
commit 3b48f6d
Showing
1 changed file
with
13 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 @@ | ||
# Contibuting guidelines | ||
|
||
As an open source project, the community is the backbone of the engine. As such, any contribution is welcome. Here are some ways you can contribute: | ||
|
||
* `Writing features`: Adding features and functionality to the engine. | ||
* `Writing plugins`: Adding external functionality and compatibility with various tools through plugin authorship | ||
* `Writing examples`: Came across a cool idea? why not add it as an example for others to see and use. | ||
* `Writing tutorials`: Knowledgebase is important, but tutorials and usage guides are important as well. This is an area the engine lacks a lot and would appreciate help the most! | ||
* `Writing documentation`: The codebase move fast, often times documentation is forgotten to be added until a few versions. | ||
|
||
## Contibution license | ||
By contributing to this repository through issues, addition, modification, or deletion of any kind to the codebase, | ||
you agree to your work being licensed under the same license as the engine, which you can obtain a copy of in the repository. |