mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
added more information
This commit is contained in:
parent
8454813987
commit
195c402dff
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ To bring your script into the **script repository** you just have to do the foll
|
|||
|
||||
- **[fork](https://help.github.com/articles/fork-a-repo/)** the repository <https://github.com/qownnotes/scripts> on GitHub
|
||||
- checkout your forked repository with `git clone https://github.com/YOUR_GITHUB_NAME/scripts.git qownnotes-scripts`
|
||||
- **duplicate** the **`example-script` folder** and give it an other name
|
||||
- **duplicate** the **`example-script` folder** and give it an other descriptive name
|
||||
- **add your script** to the folder and remove the `example-script.qml`
|
||||
- **edit** the **`info.json`** to add your meta data
|
||||
- **edit** the **`info.json`** to add your meta data and describe what your script is doing
|
||||
- you can use [example script info.json](https://jsoneditoronline.org/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fqownnotes%2Fscripts%2Fmaster%2Fexample-script%2Finfo.json) to help you with the json encoding
|
||||
- **commit and push** your changes to your repository
|
||||
- create a **[pull request](https://help.github.com/articles/creating-a-pull-request/)** to get your script merged into the QOwnNotes script repository
|
||||
|
|
Loading…
Reference in a new issue