Update page 'Home'
parent
3f190058a3
commit
60ec8da701
15
Home.md
15
Home.md
|
@ -4,15 +4,16 @@ Goals, Guiding Philosophies, Contributing, and such...
|
||||||
* [Move to Approve: Our Philosophy on PRs](Move-to-Approve)
|
* [Move to Approve: Our Philosophy on PRs](Move-to-Approve)
|
||||||
* [Built with Rage](Built-with-Rage)
|
* [Built with Rage](Built-with-Rage)
|
||||||
|
|
||||||
|
# Code Style
|
||||||
|
* _Zero dependencies_ when possible
|
||||||
|
* Go - `go fmt`
|
||||||
|
* Rust - `rustfmt`
|
||||||
|
* Node.js - Node v6 compatible, VanillaJS, ES5.1½, `prettier`
|
||||||
|
* Browsers - same as above
|
||||||
|
|
||||||
# Licensing
|
# Licensing
|
||||||
MPL-2.0
|
MPL-2.0
|
||||||
|
|
||||||
We care about brand value. We care about choice. We care about education.
|
We care about brand value. We care about choice. We care about education.
|
||||||
|
|
||||||
We care about our code.
|
We care about our code.
|
||||||
|
|
||||||
# Code Style
|
|
||||||
* Go - `go fmt`
|
|
||||||
* Rust - `rustfmt`
|
|
||||||
* Node.js - Node v6 compatible, VanillaJS, ES5.1½, `prettier`
|
|
||||||
* Browsers - same as above
|
|
Loading…
Reference in New Issue