-
Notifications
You must be signed in to change notification settings - Fork 83
content: Add link to the Docsy docs in the contribution guidelines #160
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
content: Add link to the Docsy docs in the contribution guidelines #160
Conversation
|
@hasbro17 Any idea on how to get rid of that Travis CI check? I migrated all of the CI tests to GH actions a couple of months back, so we no longer require a Travis CI configuration for this repository. The last time I talked with the team, it sounded like you had set up Travis for this repository? |
Update the contribution guidelines and add a link to the Docsy documentation instead of the broken `[Docsy user guide](wherever it goes)` reference that's currently being deployed.
cbe251d to
0c5734c
Compare
|
I added a second commit that changes the list formatting so the bullet points get properly rendered. Here is the previous version: Here is the deploy preview that contains the fixes: I can move these changes to a separate PR if we have any strong opinions about combining these changes. |
|
@timflannagan Sounds like you already got rid |
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.
/lgtm
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, timflannagan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…perator-framework#160) * content: Add link to the Docsy docs in the contribution guidelines Update the contribution guidelines and add a link to the Docsy documentation instead of the broken `[Docsy user guide](wherever it goes)` reference that's currently being deployed. * content: Update list styling so bullet points are rendered correctly
Update the contribution guidelines and add a link to the Docsy
documentation instead of the broken
[Docsy user guide](wherever it goes)reference that's currently being deployed.