You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been studying the codebase some to learn more about its internals. I'd like to document some of the functionality as I learn about it. Would you review/accept PRs for docs? Do you have any preferences for how elements are documented? I was considering adding XML docs to individual elements and then maybe compiling them with a tool like FSharp.Formatting.
The text was updated successfully, but these errors were encountered:
And then every time we add comments, the build output would be checked in to the docs branch. I'm open to other suggestions if you have experience with this.
I'd be happy to review any PRs you come up with, although I'd suggest something minimal to begin with. We may want to start with non-obvious method or type comments rather than parameter-level, except for common or confusing cases.
I've been studying the codebase some to learn more about its internals. I'd like to document some of the functionality as I learn about it. Would you review/accept PRs for docs? Do you have any preferences for how elements are documented? I was considering adding XML docs to individual elements and then maybe compiling them with a tool like FSharp.Formatting.
The text was updated successfully, but these errors were encountered: