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