aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
blob: 599e2f6275321aed4f7ee3f392078ef175dcb4eb (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
31
32
33
34
35
36
37
<!--
  Thank you for taking the time to create a recipe for Ferdium.
  Please complete the following form so we can add your new recipe
 -->

#### Pre-flight Checklist

Please ensure you've completed all of the following.

- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project.
- [ ] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to.

## 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. -->