Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CedArctic authored Oct 20, 2017
1 parent 860effe commit 85c1743
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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-"

0 comments on commit 85c1743

Please sign in to comment.