Skip to content

Commit

Permalink
🩹 Make requests PR changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Gleich <email@mattglei.ch>
  • Loading branch information
gleich authored and PitNikola committed Feb 1, 2021
1 parent 063101e commit d8707fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Thank you for your interest in contributing to Raycast Script Commands! Here you

### Git and Pull Requests

Please make sure that your pull request makes it easy for the reviewer to understand what the change is about (fill in the pull request template) and keep your change focused (do not create a PR containing multiple complex script commands).
Please make sure that your pull request makes it easy for the reviewer to understand what the change is about (fill in the pull request template) and keep your change focused (do not create a PR containing multiple complex Script Commands).

In order to keep the Git history clean, we prefer if you rebase your branch on top of master, so that we can do a fast-forward merge back to master. Make sure to use descriptive commit messages (incl. proper spelling), and squash commits ("fix typo") already on your end.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This repository contains sample commands, community commands, and documentation

## Awesome Script Commands

You can find a lot of [useful script commands built by our community](commands/) here.
You can find a lot of [useful Script Commands built by our community](commands/) here.

Want to contribute? What a brilliant idea, please see this [contribution guide](CONTRIBUTING.md), it will help you with getting started.

Expand All @@ -60,7 +60,7 @@ To install new commands, follow these steps:

![Preferences](images/screenshots/preferences.png)

To get started, download one of the sample commands in this repository or [write a custom script](#write-script-commands).
To get started, download one of the sample commands in this repository or [write a custom Script Command](#write-script-commands).

## How to use this repository

Expand All @@ -70,7 +70,7 @@ Grab scripts that you want to use and copy them to a separate directory on your

## Write Script Commands

To write your custom Script Commands, go over the following steps and follow the [troubleshooting section](#troubleshooting) if your script command does not show up in Raycast.
To write your custom Script Commands, go over the following steps and follow the [troubleshooting section](#troubleshooting) if your Script Command does not show up in Raycast.

1. Create a new directory for your commands
2. Open the Extensions preferences in Raycast and select Script Commands
Expand Down Expand Up @@ -179,7 +179,7 @@ If a script doesn't appear in the commands list, make sure these requirements ar
* You use either `#` or `//` comments for metadata parameters
* You have reloaded the scripts, via 1) the "Reload" button in preferences or 2), the "Reload Script Directories" command in root search (v0.33+), or 3) automatically via the activated "Auto Reload" feature in preferences (v0.33+)
If nothing helps, try to go step by step from a [template](templates/script-command.template.sh) script command or use one of the examples in this repo.
If nothing helps, try to go step by step from a [template](templates/script-command.template.sh) Script Command or use one of the examples in this repo.
## Community
Expand Down
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8707fc

Please sign in to comment.