]>
Commit | Line | Data |
---|---|---|
b3b840f8 RBR |
1 | # Contributing to Serpentity |
2 | ||
3 | At this moment this is a pet project and not really thought out a lot, | |
4 | it may not be that active but I appreciate any contribution. | |
5 | ||
6 | ## The objective of serpentity | |
7 | ||
8 | It's an entity-component-system library for node. A goal is to | |
9 | be bare but extendable: You can create reusable components that can be | |
10 | shared with other serpentity users, but they should live outside of the | |
11 | core. Any improvements to performance and testing welcome. | |
12 | ||
13 | ## How to contribute | |
14 | ||
15 | Above All: Be nice, always. | |
16 | ||
988ca1a3 RBR |
17 | * Run [quick-lint-js][quick-lint-js] before submitting. |
18 | * Ensure tests pass | |
b3b840f8 | 19 | |
988ca1a3 | 20 | [quick-lint-js]: https://quick-lint-js.com/ |