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)