templates icon indicating copy to clipboard operation
templates copied to clipboard

Documentation templates for open source projects.

Results 4 templates issues
Sort by recently updated
recently updated
newest added

While following this process recently, we came across a couple of steps that may be worth explicitly calling out. This commit adds a step to update any dependencies, which may...

Some repositories have a protected branch rule. That means our workflow won't work because commiting directly to main is not allowed. To prevent that, the workflow will now open a...

I started noticing a [failure](https://github.com/thoughtbot/suspenders/actions/workflows/dynamic-readme.yml) in Suspenders related to these templates. I think this is the relevant issue 👉 https://github.com/peter-evans/create-pull-request/issues/4228. But, wanted to share this one too 👉 https://github.com/actions/checkout/issues/2299.

Closes #42. I started noticing a [failure](https://github.com/thoughtbot/suspenders/actions/workflows/dynamic-readme.yml) in Suspenders related to these templates. I think this is the relevant issue: https://github.com/peter-evans/create-pull-request/issues/4228