aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
blob: 0e353105550206381a48174e59a73f49933e5be7 (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
27
28
<!--
  Thank you for taking the time to create a recipe for Ferdium.
  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 `pnpm run package` and verified that there are no validation errors reported for this package
- [ ] My recipe has been tested to work inside Ferdium

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