How to submit changes to bonescript?

Sorry for the newbie question... How do I submit changes and
additions to bonescript to be included in later releases? I have
started to add some of the Arduino calls to help round out the current
support...

I have code to add:

    digitalRead(Pin)
    analogRead(Pin)
    shiftOut(dataPin, clockPin, bitOrder, val)

And working on:

    shiftIn(dataPin, clockPin, bitOrder)

- Ken-

Sorry for the newbie question… How do I submit changes and
additions to bonescript to be included in later releases?

Create a github fork of http://github.com/jadonk/bonescript and generate a pull-request. That is also the place to file bugs.

Thanks Jason...

FYI: Before I touch your base, I'll create a github account and
"learn" the ins and outs of git by adding the Nokia 5110 LCD
bonescript project I am working on. I surely hate being the newbie
again... :frowning:

- Ken -