- Notifications
You must be signed in to change notification settings - Fork 36
Update PyOpenSci links to guidebook #29
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
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,28 @@ | ||
| # pyOpenSci Software Peer Review | ||
| | ||
| This repo hosts the pyOpenSci review process. Packages contributed to pyOpenSci undergo an open peer-review by community reviewers. | ||
| This repo hosts the pyOpenSci review process. Packages contributed to pyOpenSci undergo an open peer-review by community reviewers. | ||
| | ||
| If you are interested in submitting a package, check out our [guidebook](https://www.pyopensci.org/dev_guide/intro.html) for info about how to package your code and submit a request for review. For authors, the most important sections are the [scope of pyOpenSci](https://www.pyopensci.org/dev_guide/peer_review/aims_scope.html), the [author guide](https://www.pyopensci.org/dev_guide/peer_review/author_guide.html), and the [packaging guide](https://www.pyopensci.org/dev_guide/packaging/packaging_guide.html). For details about the exact timeline and process of peer-review, see [this section](https://www.pyopensci.org/dev_guide/peer_review/peer_review_proc.html). | ||
| If you are interested in submitting a package, check out our [guidebook][Guidebook] for info about how to package your code and submit a request for review. For authors, the most important sections are the [scope of pyOpenSci][Scope], the [author guide][AuthorGuide], and the [ | ||
| packaging guide][PackagingGuide]. For details about the exact timeline and process of peer-review, see [peer review timeline][PeerReviewTimeline]. | ||
| | ||
| When you are ready to submit for review, fill out the [Submission template](https://github.com/pyOpenSci/software-review/issues/new?assignees=&labels=&template=submit-software-for-review.md&title=). | ||
| When you are ready to submit for review, fill out the [Submission template][SubmissionTemplate] | ||
| . | ||
| | ||
| If your package is not yet fully-developed or you're not sure whether it fits within pyOpenSci's [scope](https://www.pyopensci.org/dev_guide/peer_review/aims_scope.html), you can create a [presubmission inquiry issue](https://github.com/pyOpenSci/software-review/issues/new?assignees=&labels=&template=presubmission-inquiry.md&title=). | ||
| If your package is not yet fully-developed or you're not sure whether it fits within pyOpenSci's [ | ||
| scope][Scope], you can create a [presubmission inquiry issue][PresubmissionInquiryIssue]. | ||
| | ||
| [Guidebook]: https://www.pyopensci.org/contributing-guide/intro.html | ||
| | ||
| [Scope]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/aims-and-scope.html | ||
| | ||
| [AuthorGuide]: https://www.pyopensci.org/contributing-guide/authoring/index.html | ||
| | ||
| [PackagingGuide]: https://www.pyopensci.org/contributing-guide/authoring/index.html#packaging-guide | ||
| | ||
| [PeerReviewTimeline]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/intro.html#the-peer-review-timeline | ||
| | ||
| [SubmissionTemplate]: https://github.com/pyOpenSci/software-review/issues/new?assignees=&labels=&template=submit-software-for-review.md&title= | ||
| | ||
| [PresubmissionInquiryIssue]: https://github.com/pyOpenSci/software-review/issues/new?assignees=&labels=&template=presubmission-inquiry.md&title= | ||
| | ||
| |
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
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.
Is this
[GovernanceIssues]link actually used?I couldn't find another occurrence of it.
Looks like it's the same link as
[Comments]?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.
@NickleDave,
Thank you for reviewing this. Good catch on the unused 'Governance' reference!. I re-reviewed the links and the original versions of the docs and didn't see any reference to it, so it must have be a leftover from deciding between 'Governance' or 'Comment'. I have removed the 'Governance' link in commit abc62b1. So I think this is ready to merge. Let me know if it needs any additional changes.
Thanks