-
Notifications
You must be signed in to change notification settings - Fork 444
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
Update docs #1357
Update docs #1357
Conversation
|
||
```ruby | ||
class UserComponent < ViewComponent::Base | ||
include IconHelper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this order flipping, you may want to define/introduce the IconHelper
module in this section (as opposed to below in the helpers
proxy recommendation).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, yes! Thanks for catching this ❤️
Co-authored-by: Kevin Murphy <murphy.kevin.mail@gmail.com>
docs/CHANGELOG.md
Outdated
|
||
*Joel Hawksley* | ||
|
||
* The ViewComponent team at GitHub is hiring! We're looking for a Rails engineer with accessibility experience: [https://boards.greenhouse.io/github/jobs/3802139]. Reach out to joelhawksley@github.com with any questions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joelhawksley The link seems broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is the active URL: https://boards.greenhouse.io/github/jobs/4020166
Co-authored-by: Dylan Smith <dylanatsmith@gmail.com>
Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
* clean up changelog grammar * clean up gitignore * grammar updates * prefer including helpers over helpers proxy * update PR template * Add changelog entries * tweak changelog * introduce helper in first code block Co-authored-by: Kevin Murphy <murphy.kevin.mail@gmail.com> * Update docs/CHANGELOG.md Co-authored-by: Dylan Smith <dylanatsmith@gmail.com> * Update docs/guide/helpers.md Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com> * Update CHANGELOG.md * Update docs/logo.md Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com> Co-authored-by: Kevin Murphy <murphy.kevin.mail@gmail.com> Co-authored-by: Dylan Smith <dylanatsmith@gmail.com> Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
* clean up changelog grammar * clean up gitignore * grammar updates * prefer including helpers over helpers proxy * update PR template * Add changelog entries * tweak changelog * introduce helper in first code block Co-authored-by: Kevin Murphy <murphy.kevin.mail@gmail.com> * Update docs/CHANGELOG.md Co-authored-by: Dylan Smith <dylanatsmith@gmail.com> * Update docs/guide/helpers.md Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com> * Update CHANGELOG.md * Update docs/logo.md Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com> Co-authored-by: Kevin Murphy <murphy.kevin.mail@gmail.com> Co-authored-by: Dylan Smith <dylanatsmith@gmail.com> Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
This PR:
github
template.