symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing clear guides - where to create manifest.json ?

vatri opened this issue · comments

Hi.

There are no clear (step by step) instructions on the internet on how to create a recipe.

By combining info from multiple links, I done following:

  • created a new repo on my Github
  • created manifest.json + other needed files on the same repo
  • enabled Symfony Flex Server/bot on the same repo
  • created a PR and it passed validation and I merged it to master branch - on the same repo

I "feel" that I done something wrong. Shall I fork symfony/recipes-contrib repo and make branch, do the changes and create a PR from there?

And again, the main reason I opened this issue is to suggest creating more brief instructions. I can do it as well once I figure out how this works.

If we want to make Symfony more popular and more competitive, we will need to work a lot.

Kind regards,
Boris

Have you seen the link from https://flex.symfony.com/ - see "Create a recipe for a public package" link:
Screen Shot 2019-06-13 at 10 29 19

It points to this README: https://github.com/symfony/recipes/blob/master/README.rst

@bocharsky-bw I saw that and many other links.

Nobody says that first step is to fork this repo.

Therefore, I figure it out so we can close this issue.

Should we add this info to the readme(s) ?

Please, feel free to propose some improvements in your opinion with a PR

@bocharsky-bw I did it on the symfony/recipes repo:

symfony/recipes#610

Now I assume we can close this issue.