aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
blob: dc66eeb28c6efc4577bdf5ff0fab706b020ce7b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--
  Thank you for taking the time to create a recipe for Ferdi.
  Please complete the following form so we can add your new recipe
 -->

## Adding new recipe

Service: [Service your new recipe is for]

URL: [URL to your service]

Service ID: [What ID does your recipe use?]

### Terminal output

```bash
[Output of your terminal when you ran yarn package]
```

### Additional information
<!-- Please also accept the following checkboxes -->
- [ ] I am the original creator of this package
- [ ] I have run the `npm run package` and verified that there are no validation errors reported for this package
- [ ] My recipe has been tested to work inside Ferdi

<!-- Here you can write anything else you want to tell us. -->