DigiSpark-Scripts/CONTRIBUTING.md

13 lines
675 B
Markdown
Raw Normal View History

2017-10-20 14:42:51 +00:00
# Contributing to DigiSpark-Scripts
Have you created a brand new awesome DigiSpark HID script? Have you converted a cool USB Rubber Ducky Script to the DigiSpark?
Share it with the community by adding it to our repository!
# Instructions
1. Create / Convert your script. Test it extensively and add tidy comments in it to explain in great detail what the script does.
2. Fork the repository.
3. Create a folder named "-nameOfYourScript-" and inside place the -nameOfYourScript-.ino that you created using Arduino IDE.
4. Create a small README.md file in the same folder describing your scripts function.
5. Create a pull request by the title "[Script] -nameOfYourScript-"