Skip to content
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

chore(template): Added PR template #2993

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

greg-in-a-box
Copy link
Contributor

No description provided.

@greg-in-a-box greg-in-a-box marked this pull request as ready for review November 2, 2022 20:38
@greg-in-a-box greg-in-a-box requested a review from a team as a code owner November 2, 2022 20:38
- [ ] Did you convert the props to an interface?
- [ ] Did you fix the existing tests?
- [ ] Did you fill in the missing types?
- [ ] If the files you've migrated in `/components`, did you update `/components/index.ts` with exports and new components
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there's a grammar error here, I think you might have meant to say "If the files you've migrated are in /components"

- [ ] Did you verify the changes against the mocks?
- [ ] Are your changes a11y compliant?
- [ ] Are your changes responsive? (if applicable)

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we should ask them to test the changes in both storybook and at least one parent app

Copy link
Contributor

Choose a reason for hiding this comment

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

actually maybe we should ask them to do that for ANY change, not just UI ones

- [ ] Did you fill in the missing types?
- [ ] If the files you've migrated in `/components`, did you update `/components/index.ts` with exports and new components

## Checklist JS -> TS before requesting a review
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we could merge this with the previous section: Checklist if you are converting JS files to TS


## Checklist before requesting a review

- [ ] Is the PR title and first commit semantic?
Copy link
Contributor

Choose a reason for hiding this comment

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

at minimum, the title needs to be semantic. I'm not 100% sure about the commit though.

this might not fit the format but should we link the commit guidelines? unnecessary if we're already doing that somewhere else. https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits

## Checklist before requesting a review

- [ ] Is the PR title and first commit semantic?
- [ ] Have you checked if the test pass?
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- [ ] Have you checked if the test pass?
- [ ] Have you checked if the tests pass?


- [ ] Is the PR title and first commit semantic?
- [ ] Have you checked if the test pass?
- [ ] Do the builds on github pass?
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- [ ] Do the builds on github pass?
- [ ] Do the builds on GitHub pass?

Copy link
Contributor

Choose a reason for hiding this comment

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

although should this be singular? Does the build on GitHub pass?

- [ ] Have you ran `yarn start:storybook` to manually test your story?
- [ ] Have you added a test for the stories that you added?
- [ ] Have you ran `yarn test:visuals`
- [ ] Did you ensure you only added necessary changes for adding a story?
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm confused about what this one is asking

.github/pull_request_template.md Show resolved Hide resolved
- [ ] Have you run `yarn start:storybook` to manually test your changes?
- [ ] Did you ensure you only added necessary changes for adding a story?

## Checklist if you are converting JS files to TS
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Write new storybook/TS readmes ?

Copy link
Contributor

Choose a reason for hiding this comment

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

potentially link them instead of including them here directly

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.

3 participants