-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[DOC] create a howto for testing pull requests #7019
Conversation
@@ -12,6 +12,29 @@ We have provided an [issue template](.github/bug.md) what will help guide you th | |||
If you are unsure if something is a bug, the `#ember-data` channel on [Discord](https://discord.gg/zT3asNS) is | |||
a great place to ask for help! | |||
|
|||
#### Testing ember data source directly |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
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.
Can you tweak the prose a tad to cover the cases of linking the individual meta packages?
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.
Thank you for submitting this PR to include this information! 👍
@efx it looks like there are a couple of failing tests. Can you look to figure out why? |
@MelSumner certainly! I'm swamped with an internal release so will need to take a look at this after 3/3. I plan to revise the verbiage per Rob's suggestions and will dig into whether the CI failures are legitimate. |
Briefly document how to link ember data in your application. Came up as a result of someone wanting to helpfully test an outstanding PR.