From 85c17431bd99d85d9b84645cc822f7a2da26c91a Mon Sep 17 00:00:00 2001 From: CedArctic Date: Fri, 20 Oct 2017 17:42:51 +0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..09e2905 --- /dev/null +++ b/CONTRIBUTING.md @@ -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-"