-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request : Boilerplate plugin that implements this github action #11
Comments
Hi @kevindaus! I totally agree, we should add sample workflow files to https://github.com/10up/plugin-scaffold, which you can use as a template when starting a new repo right in GitHub. Is that something you’d be interested in submitting a pull request for? I’m also happy to take care of it. |
Hi there, is there at least any guide on how to get this running at all ? As #10 suggested. It would be awesome if there was a basic step by step to make sure you're not going to run on some errors that could be avoided. I've migrated this to the new syntax (from HCL to .yml) and can't run successfully the action anymore. It constantly fails on this message that's not really helping fatal: not a git repository (or any parent up to mount point /github) Thanks. |
@madiodio You’ve commented out the |
@helen Thanks for pointing that out, including I totally get that it could make duplicate the actual Actions documentations but a simple step by step would not hurt IMHO. I believe this would help maintain this repo like helping reduce issues like this and resolve bugs based on what step the user did get stuck on. For example: InstallationStep 1 :
Step 2 : Create a file in Step 3 (Optional) : Create a Step 4 : Deploy your plugin as you would by tagging a new version and pushing. Also, you can fork this repo (link to a template repo maybe 10up/plugin-scaffold ?) clone it and deploy using the previous steps. If this sounds ok for you I can put together a PR. Thanks. |
@madiodio I would love a step by step. I'm meandering my way through right now. I'm stuck on what permissions you need to give your github token so a screenshot of that would be a nice addition to the docs too. |
@helgatheviking For the typical use case there shouldn’t be much more to it besides copying the base workflow file and adding the |
@helen Hi Helen! thank you so much for replying. The first example I looked at for this was in ElasticPress which had a |
Is your enhancement related to a problem? Please describe.
Not related to a problem -- more of an additional documentation.
Describe the solution you'd like
A boilerplate wordpress plugin project that anyone can just clone and easily test using this github action .
Designs
Foo Wordpress Plugin - a boilerplate wordpress plugin implements this wordpress action.
Describe alternatives you've considered
none
Additional context
It would be cool to see a project that anyone can clone and play with immediately .
Hope you would consider my suggestion . Cheers!
The text was updated successfully, but these errors were encountered: