Skip to content

Conversation

jimmyfagan
Copy link
Contributor

Ticket

Resolves #6

Changes

This PR involved removing the infra folder from this template, and removing references to it from the README file, replacing them with reference to the template-infra repo. There were also formatting updates that my IDE made on the README that all seemed like good changes that won't affect the rendered Markdown.

Context for reviewers

You probably have more context than I do, but basically since the template-infra repo was created to be common infrastructure regardless of type of application, we don't want to also have infra in this template.

Testing

Tested this by running npm run dev again and observing that the default template looks the same. Also re-ran npm run test for good measure.

@jimmyfagan jimmyfagan requested a review from lorenyu October 7, 2022 22:16
Copy link
Contributor

@lorenyu lorenyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, side note: at some point we should finalize the discussion on installation instructions then add those to these template repos.

@jimmyfagan jimmyfagan merged commit 7fb1ade into main Oct 7, 2022
@jimmyfagan jimmyfagan deleted the jimmy/infraCleanup branch October 7, 2022 23:30
@jimmyfagan jimmyfagan restored the jimmy/infraCleanup branch October 7, 2022 23:38
@jimmyfagan jimmyfagan mentioned this pull request Oct 7, 2022
jimmyfagan added a commit that referenced this pull request Oct 7, 2022
## Ticket

#6, this is the second PR because I missed a few files that can safely
be deleted at this point. First PR is
[here](#48 (comment)).

## Changes
The only changes here are the deletion of image files that were
referenced in infra README which was removed in PR #48.

## Context for reviewers
See PR #48

## Testing
Ran `npm run test` and `npm run dev` to ensure I didn't mess anything up
inadvertently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up infra code from template-application-js
2 participants