forked from CedArctic/DigiSpark-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-" |