Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

38 lines (37 loc) · 1.4 KB

Contributing 🎈

To create a new button, you need to:

  1. Fork this repository.
  2. Download the following files:
-Left Button Template.psd
-Right Button Template.psd
-Left Button Template.ini
-Right Button Template.ini
  1. Edit the Right/Left Button template.psd files in order to put your button. (it is necessary to have Adobe Photoshop or similar to open these files).
  2. Save the buttons as:
-NAME_OF_YOUR_BUTTON Left.png
-NAME_OF_YOUR_BUTTON Right.png
  1. Edit the Right/Left Button .ini files changing the words:
    • YOURNAME: This is your name,
    • NAMEHERE: This is the name of the program (your button)
    • PATHHERE: This is the path to start your program (if you dont know it, just put the name of the program and the word "PATH").
  2. Save the edited .ini files as:
-NAME_OF_YOUR_BUTTON Left.ini
-NAME_OF_YOUR_BUTTON Right.ini
  1. Then create a folder with the name of your button on the root of the repository and save your files like this:
├───NAME_OF_YOUR_BUTTON
│   └───Transparent
│           NAME_OF_YOUR_BUTTON Left.ini
│           NAME_OF_YOUR_BUTTON Right.ini
├───Buttons
│   └───Transparent
│           NAME_OF_YOUR_BUTTON Left.png
│           NAME_OF_YOUR_BUTTON Right.png
  1. Finally, commit your changes on your branch and make a pull request saying what are you adding.