-
Notifications
You must be signed in to change notification settings - Fork 897
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
GODRIVER-2287 Add section to troubleshooting FAQ per driver with top SEO results #1017
Conversation
Do we want to link resources from the docs directory in the top level README.md file? |
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.
The new common issues doc looks great!
Please update the link to CONTRIBUTING.md
in the main README.md
and consider adding a link from the README.md
to the new docs/common-issues.md
doc.
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.
Looks good 👍
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
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.
Great job!
GODRIVER-2287
We are adding a
docs
directory at the top level of the Go Driver project. Looking through trending go projects it's pretty noticeable thatdocs
is a fairly constant practice, I have only seen a few instances ofdoc
(although one of these includes the standard library) and one instance ofdocumentation
. Within our organization, many of the drivers have some variation of a docs directory:mongo-ruby-driver
mongo-rust-driver
mongo-node-driver
mongo-python-driver
mongo-cxx-driver
mongo-csharp-driver
The team has decided to stick with markdown over RST. Naming the FAQ file from this context
common-issues
matches what is being done in the python and ruby drivers.Of the six issues proposed , five of them were unique:
GODRIVER-1763
GODRIVER-854
GODRIVER-1721
GODRIVER-1772
GODRIVER-627
GODRIVER-1763 and GODRIVER-1772 are both unresolved, GODRIVER-1721 is more of a drivers questions than a Go Drivers question. Hence, of the five unique SEO proposals, I believe only two of them are valid for Go Driver documentation:
GODRIVER-854
GODRIVER-627
Along with the
common-issues.md
, I've also included theCONTRIBUTING.md
in the docs directory.