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
This commit is contained in:
kfrn 2020-06-03 17:29:30 +12:00
parent 8963b4af7e
commit 9a1c1af578
2 changed files with 0 additions and 2 deletions

View File

@ -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`

View File

@ -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)