-
Notifications
You must be signed in to change notification settings - Fork 10
Update library to Contributors library standards #16
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
Confirmed that
Once this PR gets merged I'll add issues for the following outstanding items:
|
README.md
Outdated
|
||
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-arraybuffer-types). | ||
2. Written documentation is kept in the [docs directory](./docs). | ||
3. Usage examples can be found in [the test suite](./test). |
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.
We can remove parts of this section which aren't relevant for a library (for example, this one doesn't have tests and so we should remove that line. It probably doesn't need a docs
directory, either).
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.
Other than that, this looks good!
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.
Alright, I removed the docs
directory and the references to docs
and test
in the README.
README.md
Outdated
@@ -25,8 +25,6 @@ The quick start hasn't been written yet (contributions are welcome!). The quick | |||
`arraybuffer-types` documentation is stored in a few places: | |||
|
|||
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-arraybuffer-types). |
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.
Given there is only one of these left, what if we just merge this with the prior sentence? Then there would be no numbered list.
“Module documentation for arraybuffer-types ...”
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.
I merged the sentences per your suggestion.
I also cleaned up another spot that was referring to the docs
directory.
This PR updates
purescript-arraybuffer-types
to adhere to the Contributors library guidelines.This is part of the purescript-contrib/governance#13 effort.