-
Notifications
You must be signed in to change notification settings - Fork 170
Move incubator repo into dir in templates repo #189
Move incubator repo into dir in templates repo #189
Conversation
Update capitalization for Google developer's style guide Co-authored-by: Daniel D. Beck <[email protected]>
Update capitalization for Mailchimp Co-authored-by: Daniel D. Beck <[email protected]>
Update link text for Atom linter Co-authored-by: Daniel D. Beck <[email protected]>
Update Microsoft Manual of Style title Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Lana Brindley <[email protected]>
Co-authored-by: Lana Brindley <[email protected]>
Co-authored-by: Lana Brindley <[email protected]>
Co-authored-by: Lana Brindley <[email protected]>
Adds GH action for using tweego to compile twee files and publish to gh-pages
Adds explanation of what to do with the structured metadata script tag, and formats it as a code example rather than plain text on the page. Addresses issue 21: thegooddocsproject/incubator#21
Co-authored-by: Cameron Shorter <[email protected]>
Co-authored-by: Cameron Shorter <[email protected]>
Co-authored-by: Cameron Shorter <[email protected]>
The git commands followed to do the rebase: This sequence uses a git rebase to re-apply the incubator repository onto the templates repositorygit clone https://github.com/camerons/templates.git git checkout incubator/master Apply incubator repositorygit rebase -Xours master There was one clash that needed sortinggit add base-template/contributors-guide.md Create a branch with the incubatorgit checkout branch git merge incubator Move the incubator files into their own directorymkdir incubator |
@camerons , this looks good to me. Will these files go into a specific folder in the templates repo or just all get dumped in the root? No worries either way, but I was just curious. |
Thanks barbaricyawps, this copies all incubator files into its own directory, in case we want to access them later. |
Purpose / why
This pull requests creates a branch which includes the content (and history) of the incubator repository, as at 2021-02-28. This is a step toward moving templates (and material that can be used to build a template) into the templates repository so it can be developed there.
This interim pull request is to set up a branch which can be referenced by others and save the effort required to do the lift and shift across.
The next pull request will move template content into the template directories.
This pull request partly addresses #188.
What changes were made?
All of the contents of the incubator repository is put into the templates/incubator/ directory.
Verification
Check the contents of templates/incubator is the same (or at least similar) to contents in https://github.com/thegooddocsproject/incubator/
Note: README and LICENSE files didn't get copied into the directory below. (They were duplicated in both.) That's fine, we don't need them for copying templates.
Checklist