Skip to content
czalidis edited this page Oct 15, 2014 · 5 revisions

Github issues closing

When possible, avoid manually closing issues on github.

It can be done via the message of the commit that resolves the issue. For example:

git commit -m ' ... closes #4 ' 

When this commit is merged in the repo's default, the issue will be automatically closed.

more details

Skipping a CI Build

Not all commits need CI Builds. To do this, all you need to do is add [ci skip] somewhere in the commit message.

more details

Metapackages

###pandora_audio

  • [Audio capture node](Audio Capture Node)
  • [Audio monitoring node](Audio Monitoring Node)
  • [Audio recording node](Audio Recording Node)
  • [Audio processing node](Audio Processing Node)
Clone this wiki locally