Skip to content

Commit bd87c58

Browse files
gleichPitNikola
authored andcommitted
✨ Add table of contents
Signed-off-by: Matthew Gleich <[email protected]>
1 parent b3b1cef commit bd87c58

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Thank you for your interest in contributing to Raycast Script Commands! Here you will find simple guidelines that can help you with getting started.
44

5+
- [Contributing](#contributing)
6+
- [Guidelines](#guidelines)
7+
- [Git and Pull Requests](#git-and-pull-requests)
8+
- [Folder structure](#folder-structure)
9+
- [File naming convention](#file-naming-convention)
10+
- [Metadata convention](#metadata-convention)
11+
- [Scripts that require additional modification](#scripts-that-require-additional-modification)
12+
- [Scripts that require installation of runtimes and dependencies](#scripts-that-require-installation-of-runtimes-and-dependencies)
13+
- [Bash profiles and environmental variables](#bash-profiles-and-environmental-variables)
14+
- [Auto generated files](#auto-generated-files)
15+
- [Examples](#examples)
16+
517
## Guidelines
618

719
### Git and Pull Requests

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@
3333

3434
This repository contains sample commands, community commands, and documentation to write your own ones.
3535

36+
- [Raycast Script Commands](#raycast-script-commands)
37+
- [Awesome Script Commands](#awesome-script-commands)
38+
- [Install Script Commands](#install-script-commands)
39+
- [How to use this repository](#how-to-use-this-repository)
40+
- [Write Script Commands](#write-script-commands)
41+
- [API](#api)
42+
- [Standard Output](#standard-output)
43+
- [Passing Arguments](#passing-arguments)
44+
- [Error Handling](#error-handling)
45+
- [Login Shell and `$PATH`](#login-shell-and-path)
46+
- [Troubleshooting](#troubleshooting)
47+
- [Community](#community)
48+
3649
## Awesome Script Commands
3750

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

0 commit comments

Comments
 (0)