-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add content to Contributors index page #12910
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
Conversation
When visiting the Gutenberg Handbook the Contributors index page is blank. See: https://wordpress.org/gutenberg/handbook/contributors/ This PR adds some basic content and links to find more, including linking back to the repo's contributing document.
chrisvanpatten
left a comment
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.
Some small changes; thanks for tackling this!
chrisvanpatten
left a comment
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.
Thanks again @mkaz, here's a gold medal for you! 🥇
|
While tests have been unreliable for a few days, note that there was a legitimate failure here with regards to updates to the generated documentation. This is now reflected in the unrelated #12983. |
|
@aduth Sorry I missed this earlier. This is 100% my fault. I should have been more meticulous in my review here. Aside from my obvious mistake in missing the error in Travis, I am wondering why Husky didn't pick this up and prevent committing. I believe Husky runs checks to see if there are any manifest changes. Further I'll look into a way to make docs-related errors easier to see inside Travis. |
* Add content to Contributors index page When visiting the Gutenberg Handbook the Contributors index page is blank. See: https://wordpress.org/gutenberg/handbook/contributors/ This PR adds some basic content and links to find more, including linking back to the repo's contributing document. * Remove newlines, update links
* Add content to Contributors index page When visiting the Gutenberg Handbook the Contributors index page is blank. See: https://wordpress.org/gutenberg/handbook/contributors/ This PR adds some basic content and links to find more, including linking back to the repo's contributing document. * Remove newlines, update links
Description
When visiting the Gutenberg Handbook the Contributors index page is
blank. See: https://wordpress.org/gutenberg/handbook/contributors/
This PR adds some basic content and links to find more, including
linking back to the repo's contributing document.
Preview: https://github.com/WordPress/gutenberg/blob/docs/contrib-readme/docs/contributors/readme.md
Types of changes
Documentation.