]> git.r.bdr.sh - rbdr/serpentity/blame - CONTRIBUTING.md
Trim gitignore
[rbdr/serpentity] / CONTRIBUTING.md
CommitLineData
b3b840f8
RBR
1# Contributing to Serpentity
2
3At this moment this is a pet project and not really thought out a lot,
4it may not be that active but I appreciate any contribution.
5
6## The objective of serpentity
7
8It's an entity-component-system library for node. A goal is to
9be bare but extendable: You can create reusable components that can be
10shared with other serpentity users, but they should live outside of the
11core. Any improvements to performance and testing welcome.
12
13## How to contribute
14
15Above 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/