mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 13:19:18 +02:00
adding contributing file
This commit is contained in:
parent
77365ccc6f
commit
c05e820d71
1 changed files with 13 additions and 0 deletions
13
CONTRIBUTING.md
Normal file
13
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Contributing to Chibi-Scheme
|
||||
|
||||
Thanks for your interest!
|
||||
|
||||
Chibi-Scheme is fun and easy to hack. If you want to contribute your
|
||||
changes back upstream, there are just a few guidelines:
|
||||
|
||||
* Code must be released following the license in COPYING.
|
||||
* New modules likely belong on snow-fort.org, not the core distribution.
|
||||
* Chibi values small size over speed.
|
||||
* Features should be built up in layers, not added directly to the core.
|
||||
* Once you're ready to contribute, run `make init-dev` to install some
|
||||
local settings (currently only git submit hooks).
|
Loading…
Add table
Reference in a new issue