-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve docs for the Router Service #16518
Comments
Is this issue still open? if yes, I can contribute. |
Looking for my first open source contribution, any help needed here? |
@amanriquez definitely! I have updated the original post with a list of what there is to document in |
@PrimeN thanks for the help! Please comment with the item you wish to take so we can assign it to you :) |
Hello! I'd like to contribute to the project by writing up an explanation and code sample for the isActive method. |
@rscotchmer thanks for the help! I'll tag you in the list. Don't hesitate in sending over a work in progress PR if you want some feedback from the team :) |
Hi @Serap08, @amanriquez and @PrimeN, can you pick one item from the task list so I can assign them to you? That way we avoid several people working on the same item! |
hey @locks im looking to contribute to the above mentioned issue, this is my first time in contributing to a open source, i would like to work on replaceWith method issue, please let me know what exactly is the procedure so i can start working on it |
☝️ happy to take |
@Serap08 @amanriquez @PrimeN @mschinis poke poke :) @teamdraftbox hi, thanks for your interest!
If you need further help, reach out to |
Hi,
Thanks for the instructions,will follow the above instructions
Will be taking
replaceWith method issue,
…On Wed, Mar 27, 2019 at 12:44 AM Ricardo Mendes ***@***.***> wrote:
@Serap08 <https://github.com/Serap08> @amanriquez
<https://github.com/amanriquez> @PrimeN <https://github.com/PrimeN>
@mschinis <https://github.com/mschinis> poke poke :)
@teamdraftbox <https://github.com/teamdraftbox> hi, thanks for your
interest!
The way to start is:
1. comment on this thread which part you want to take on (done!)
2. fork the repository
3. create a branch with a name of your choosing, for example git
checkout -b router-replace-with
4. open
***@***.***/-internals/routing/lib/services/router.ts
5. add your documentation changes
6. git commit your changes
7. push the branch to your github fork
8. go to your fork on github.com, and you should see a banner telling
you to create a new PR. click the create button
9. wait for our review!
If you need further help, reach out to #dev-ember-learning on the Discord
server!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16518 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Adi9n30bTOvG_mJMszE_qIURBZG-D3c7ks5vanF9gaJpZM4TU57b>
.
|
i would love to contribute on this |
@madarsbiss have you picked a specific method/property so I can assign you? |
✋ I'll take |
✋ will be also working on the location property docs |
🤚 Took the nice work done by @rscotchmer, and updated it with new class syntax, for the isActive method. |
Can I take |
@esbanarango hi :) have you sent a PR yet? |
Hi, I'm looking to contribute (I'm a beginner BTW). Any task needed to be done? |
Thank you everyone for your help! I believe we have done enough work to close this issue :) |
The Router Service docs need a more beginner-friendly description. Right now it says:
I recommend that the "main" description be a PR on its own. This is the file that needs to change.
Ideally the most commonly used APIs should have code blocks demonstrating their use and some explanations of their purpose or how to use them. For example, see EmberArray. Additional PRs could include a code block demonstrating the use of each method or property.
Maintainers may feel free to edit this issue directly. @locks can you mark this help-wanted/new contributors if it looks good to you?
urlFor
does not respect default value of query param #16596Tasks
isActive
method and add code example #18471RouteInfo
?)The text was updated successfully, but these errors were encountered: