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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/presubmission-inquiry.md
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ Repository Link (if existing):
14
14
15
15
---
16
16
17
+
## Code of Conduct & Commitment to Maintain Package
18
+
19
+
-[ ] I agree to abide by [pyOpenSci's Code of Conduct][PyOpenSciCodeOfConduct] during the review process and in maintaining my package after should it be accepted.
17
20
-[]I have read and will commit to package maintenance after the review as per the [pyOpenSci Policies Guidelines][Commitment].
18
21
19
22
## Description
@@ -31,14 +34,23 @@ existing community please check below:
31
34
## Scope
32
35
33
36
- Please indicate which [category or categories][PackageCategories] this package falls under:
37
+
34
38
- [ ] Data retrieval
35
39
- [ ] Data extraction
36
-
- [ ] Data munging
40
+
- [ ] Data processing/munging
37
41
- [ ] Data deposition
38
-
- [ ] Data visualization
39
-
- [ ] Reproducibility
42
+
- [ ] Data validation and testing
43
+
- [ ] Data visualization **
44
+
- [ ] Workflow automation
45
+
- [ ] Citation management and bibliometrics
46
+
- [ ] Scientific software wrappers
47
+
- [ ] Database interoperability
48
+
49
+
Domain Specific & Community Partnerships
50
+
40
51
- [ ] Geospatial
41
52
- [ ] Education
53
+
- [ ] Pangeo
42
54
- [ ] Unsure/Other (explain below)
43
55
44
56
- Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
@@ -65,3 +77,4 @@ existing community please check below:
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/submit-software-for-review.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,19 @@ Date accepted (month/day/year): TBD
22
22
23
23
---
24
24
25
+
## Code of Conduct
26
+
27
+
-[ ] I agree to abide by [pyOpenSci's Code of Conduct][PyOpenSciCodeOfConduct] during the review process and in maintaining my package should it be accepted.
28
+
25
29
## Description
26
30
27
31
- Include a brief paragraph describing what your package does:
28
32
29
33
30
34
## Scope
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):
35
+
- Please indicate which category or categories.
36
+
Check out our [package scope page][PackageCategories] to learn more about our
37
+
scope. (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):
32
38
33
39
- [ ] Data retrieval
34
40
- [ ] Data extraction
@@ -56,7 +62,6 @@ existing community please check below:
56
62
57
63
> ** Please fill out a pre-submission inquiry before submitting a data visualization package.*
58
64
59
-
60
65
-**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):
61
66
62
67
- Who is the target audience and what are scientific applications of this package?
@@ -103,10 +108,6 @@ Confirm each of the following by checking the box.
103
108
-[ ] I have read the [author guide](https://www.pyopensci.org/software-peer-review/how-to/author-guide.html).
104
109
-[ ] I expect to maintain this package for at least 2 years and can help find a replacement for the maintainer (team) if needed.
105
110
106
-
## Code of Conduct
107
-
108
-
-[ ] I agree to abide by [pyOpenSci's Code of Conduct][PyOpenSciCodeOfConduct] during the review process and in maintaining my package should it be accepted.
109
-
110
111
## Please fill out our survey
111
112
-[ ][Last but not least please fill out our pre-review survey](https://forms.gle/F9mou7S3jhe8DMJ16). This helps us track
112
113
submission and improve our peer review process. We will also ask our reviewers
0 commit comments