Skip to content

Commit 287bf53

Browse files
committed
Fix: merge conflict
1 parent c049841 commit 287bf53

File tree

3 files changed

+40
-30
lines changed

3 files changed

+40
-30
lines changed

.github/ISSUE_TEMPLATE/help-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Repository Link (if existing):
5757
**P.S.** *Have feedback/comments about our review process? Leave a comment [here][Comments]
5858

5959

60-
[PackagingGuide]: https://www.pyopensci.org/contributing-guide/authoring/index.html#packaging-guide
60+
[PackagingGuide]: https://www.pyopensci.org/python-package-guide/
6161

62-
[PackageCategories]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/aims-and-scope.html?highlight=data#package-categories
62+
[PackageCategories]: https://www.pyopensci.org/software-peer-review/about/package-scope.html
6363

64-
[Comments]: https://github.com/pyOpenSci/governance/issues/8
64+
[Comments]: https://pyopensci.discourse.group/

.github/ISSUE_TEMPLATE/presubmission-inquiry.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ We partner with communities to support peer review with an additional layer of
2323
checks that satisfy community requirements. If your package fits into an
2424
existing community please check below:
2525

26-
- [ ] Pangeo
26+
- [ ] [Pangeo][pangeoWebsite]
27+
- [ ] My package adheres to the [Pangeo standards listed in the pyOpenSci peer review guidebook][PangeoCollaboration]
2728

2829
## Scope
2930

@@ -51,6 +52,10 @@ existing community please check below:
5152
**P.S.** *Have feedback/comments about our review process? Leave a comment [here][Comments]
5253

5354

54-
[PackageCategories]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/aims-and-scope.html?highlight=data#package-categories
55+
[PackageCategories]: https://www.pyopensci.org/software-peer-review/about/package-scope.html
5556

56-
[Comments]: https://github.com/pyOpenSci/governance/issues/8
57+
[Comments]: https://pyopensci.discourse.group/
58+
59+
[PangeoCollaboration]: https://www.pyopensci.org/scientific-communities/pangeo-collaboration
60+
61+
[pangeoWebsite]: https://www.pangeo.io

.github/ISSUE_TEMPLATE/submit-software-for-review.md

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,36 @@ Date accepted (month/day/year): TBD
2626

2727
- Include a brief paragraph describing what your package does:
2828

29-
## Community Partnerships
30-
We partner with communities to support peer review with an additional layer of
31-
checks that satisfy community requirements. If your package fits into an
32-
existing community please check below:
33-
34-
- [ ] [Pangeo][pangeoWebsite]
35-
- [ ] My package adheres to the [Pangeo standards listed in the pyOpenSci peer review guidebook][PangeoCollaboration]
3629

3730
## Scope
38-
- Please indicate which [category or categories][PackageCategories] this package falls under:
31+
- Please indicate which [category or categories][PackageCategories] this package falls under (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):
32+
3933
- [ ] Data retrieval
4034
- [ ] Data extraction
41-
- [ ] Data munging
35+
- [ ] Data processing/munging
4236
- [ ] Data deposition
43-
- [ ] Reproducibility
37+
- [ ] Data validation and testing
38+
- [ ] Data visualization **
39+
- [ ] Workflow automation
40+
- [ ] Citation management and bibliometrics
41+
- [ ] Scientific software wrappers
42+
- [ ] Database interoperability
43+
44+
Domain Specific & Community Partnerships
45+
4446
- [ ] Geospatial
4547
- [ ] Education
46-
- [ ] Data visualization*
48+
- [ ] Pangeo
49+
50+
51+
## Community Partnerships
52+
If your package is associated with an
53+
existing community please check below:
54+
- [ ] [Pangeo][pangeoWebsite]
55+
- [ ] My package adheres to the [Pangeo standards listed in the pyOpenSci peer review guidebook][PangeoCollaboration]
4756

48-
> *Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see [notes on categories][NotesOnCategories] of our guidebook.*
57+
58+
> ** Please fill out a pre-submission inquiry before submitting a data visualization package.*
4959
5060

5161
- **For all submissions**, explain how the and why the package falls under the categories you indicated above. In your explanation, please address the following points (briefly, 1-2 sentences for each):
@@ -68,7 +78,7 @@ For details about the pyOpenSci packaging requirements, see our [packaging guide
6878
- [ ] has a test suite.
6979
- [ ] has continuous integration, such as Travis CI, AppVeyor, CircleCI, and/or others.
7080

71-
## Publication options
81+
## Publication Options
7282

7383
- [ ] Do you wish to automatically submit to the [Journal of Open Source Software][JournalOfOpenSourceSoftware]? If so:
7484

@@ -106,29 +116,24 @@ The [editor template can be found here][Editor Template].
106116

107117
The [review template can be found here][Review Template].
108118

109-
[PackagingGuide]: https://www.pyopensci.org/contributing-guide/authoring/index.html#packaging-guide
110-
111-
[PackageCategories]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/aims-and-scope.html?highlight=data#package-categories
112-
113-
[NotesOnCategories]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/aims-and-scope.html?highlight=data#notes-on-categories
119+
[PackagingGuide]: https://www.pyopensci.org/python-package-guide/
114120

121+
[PackageCategories]: https://www.pyopensci.org/software-peer-review/about/package-scope.html
115122

116123
[JournalOfOpenSourceSoftware]: http://joss.theoj.org/
117124

118125
[JossSubmissionRequirements]: https://joss.readthedocs.io/en/latest/submitting.html#submission-requirements
119126

120127
[JossPaperRequirements]: https://joss.readthedocs.io/en/latest/submitting.html#what-should-my-paper-contain
121128

122-
[PyOpenSciCodeOfConduct]: https://www.pyopensci.org/contributing-guide/open-source-software-peer-review/code-of-conduct.html?highlight=code%20conduct
129+
[PyOpenSciCodeOfConduct]: https://www.pyopensci.org/governance/CODE_OF_CONDUCT
123130

124131
[OsiApprovedLicense]: https://opensource.org/licenses
125132

126-
[Editor Template]: https://www.pyopensci.org/peer-review-guide/software-peer-review-guide/editors-guide.html#respond-to-the-submitter-in-the-github-issue
127-
128-
[Review Template]: https://www.pyopensci.org/peer-review-guide/software-peer-review-guide/reviewer-guide.html#peer-review-template
133+
[Templates]: https://www.pyopensci.org/software-peer-review/appendices/templates.html
129134

130-
[Comments]: https://github.com/pyOpenSci/governance/issues/8
135+
[Comments]: https://pyopensci.discourse.group/
131136

132-
[PangeoCollaboration]: https://www.pyopensci.org/scientific-communities/pangeo-collaboration
137+
[PangeoCollaboration]: https://www.pyopensci.org/software-peer-review/partners/pangeo
133138

134139
[pangeoWebsite]: https://www.pangeo.io

0 commit comments

Comments
 (0)