aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
blob: 2ae7208fd203f96f5c829468cb81491cb568e560 (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
29
30
<!--
  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?]

Recipe request issue in the main issue tracker : [If applicable, link to the recipe request from https://github.com/ferdium/ferdium-app/issues]

### Terminal output

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

### Additional information

<!-- Please also accept the following checkboxes -->

- [ ] I am the original creator of this package
- [ ] I have run the `pnpm lint:fix && pnpm reformat-files && pnpm 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. -->