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/submit-software-for-review.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ existing community please check below:
54
54
-[ ][Pangeo][pangeoWebsite]
55
55
- [ ] My package adheres to the [Pangeo standards listed in the pyOpenSci peer review guidebook][PangeoCollaboration]
56
56
57
-
58
57
> ** Please fill out a pre-submission inquiry before submitting a data visualization package.*
59
58
60
59
@@ -68,15 +67,15 @@ existing community please check below:
68
67
69
68
## Technical checks
70
69
71
-
For details about the pyOpenSci packaging requirements, see our [packaging guide][PackagingGuide]. Confirm each of the following by checking the box. This package:
70
+
For details about the pyOpenSci packaging requirements, see our [packaging guide][PackagingGuide]. Confirm each of the following by checking the box. This package:
72
71
73
72
-[ ] does not violate the Terms of Service of any service it interacts with.
74
-
-[ ]has an [OSI approved license][OsiApprovedLicense].
73
+
-[ ]uses an [OSI approved license][OsiApprovedLicense].
75
74
-[ ] contains a README with instructions for installing the development version.
76
75
-[ ] includes documentation with examples for all functions.
77
-
-[ ] contains a vignette with examples of its essential functions and uses.
76
+
-[ ] contains a tutorial with examples of its essential functions and uses.
78
77
-[ ] has a test suite.
79
-
-[ ] has continuous integration, such as Travis CI, AppVeyor, CircleCI, and/or others.
78
+
-[ ] has continuous integration setup, such as GitHub Actions CircleCI, and/or others.
80
79
81
80
## Publication Options
82
81
@@ -99,7 +98,12 @@ This option will allow reviewers to open smaller issues that can then be linked
99
98
100
99
-[x] Yes I am OK with reviewers submitting requested changes as issues to my repo. Reviewers will then link to the issues in their submitted review.
101
100
102
-
## Code of conduct
101
+
Confirm each of the following by checking the box.
102
+
103
+
-[ ] I have read the [author guide](https://www.pyopensci.org/software-peer-review/how-to/author-guide.html).
104
+
-[ ] I expect to maintain this package for at least 2 years and can help find a replacement for the maintainer (team) if needed.
105
+
106
+
## Code of Conduct
103
107
104
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.
0 commit comments