Skip to content

Commit

Permalink
moved GhUser component-specific contribution instructions to proper file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Oct 7, 2024
1 parent b29844c commit b59bc05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@
- Visit the test application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).

## Add additional fields to GhUser Component

- Add new model fields to `app/models/gh-user.js`
- Add new serializer fields to `app/serializers/gh-user.js`
- Use fake data from `public/api/gh-users/michaelchadwick.json`
- Pass new fields into `<Debug>` component in `app/templates/application.hbs`
- Add those fields to `<GhUser>` component in `app/components/debug.hbs`
- (Optional) Add new translations to `/translations/*` files
- Add those fields to `app/components/gh-user.hbs` template
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,3 @@ Currently being built on [Netlify](https://mc-emberjs-remember-stuff.netlify.app
### Credits

- [SVG Backgrounds](https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/)

### Add Additional Fields to GhUser Component

- Add new model fields to `app/models/gh-user.js`
- Add new serializer fields to `app/serializers/gh-user.js`
- Use fake data from `public/api/gh-users/michaelchadwick.json`
- Pass new fields into `<Debug>` component in `app/templates/application.hbs`
- Add those fields to `<GhUser>` component in `app/components/debug.hbs`
- (Optional) Add new translations to `/translations/*` files
- Add those fields to `app/components/gh-user.hbs` template

0 comments on commit b59bc05

Please sign in to comment.