From 9a1c1af578fcce04ae6c1d7ce150220b5b09c6a1 Mon Sep 17 00:00:00 2001 From: kfrn Date: Wed, 3 Jun 2020 17:29:30 +1200 Subject: [PATCH] Docs/PR template: remove point about adding to recipes.txt Not user-friendly for beginners - and Reto's on the case ;) https://github.com/amiaopensource/ffmprovisr/pull/430#discussion_r433718981 --- .github/pull_request_template.md | 1 - readme.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9f7e6ee..f3e6f1e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,3 @@ ## Checklist * [ ] I've referred to the the [Guidelines for contributing](https://github.com/amiaopensource/ffmprovisr/blob/gh-pages/readme.md#guidelines-for-contributing) -* [ ] New recipe has been added to `recipes.txt` diff --git a/readme.md b/readme.md index 9ff7b55..172427e 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,6 @@ To contribute to this project directly (and more quickly), clone this repository #### Guidelines for contributing * Recipes should ideally do just one thing or solve one problem, to keep things as user-friendly as possible and to avoid unintended side-effects -* Add the recipe to the [`.txt` file](./recipes.txt) * Explanations and examples for recipes should be as generic as possible, to allow users to alter the command for their own use-case. * This may involve the use of `VARIABLE_NAMES` * Example: [Fade video and audio streams](https://amiaopensource.github.io/ffmprovisr/#fade_streams)