diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33b6f1c..8486336 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `` component in `app/templates/application.hbs` +- Add those fields to `` component in `app/components/debug.hbs` + - (Optional) Add new translations to `/translations/*` files +- Add those fields to `app/components/gh-user.hbs` template diff --git a/README.md b/README.md index 0c54162..60706ed 100644 --- a/README.md +++ b/README.md @@ -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 `` component in `app/templates/application.hbs` -- Add those fields to `` component in `app/components/debug.hbs` - - (Optional) Add new translations to `/translations/*` files -- Add those fields to `app/components/gh-user.hbs` template