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: CONTRIBUTING.md
+13-18Lines changed: 13 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,36 @@
1
1
# Contributing Guide for pyOpenSci
2
2
3
-
This guide is a high level contributing guide that provide guidelines for
4
-
contributing to resources across our organization. You will find specific contributing guidelines in each of the repositories that
3
+
This guide provides high-level contributing guidelines for resources across our organization. You will find specific contributing guidelines in each repository that
5
4
we maintain.
6
5
7
-
pyOpenSci develops and maintains numerous community resources including:
6
+
pyOpenSci develops and maintains numerous community resources, including:
- Our [software review repo](https://github.com/pyOpenSci/software-submission): contains templates templates for software submission and a small ci build
11
+
- Our [software review repo](https://github.com/pyOpenSci/software-submission): contains templates templates for software submission and a small CI (Continuous Integration) build
13
12
14
13
This document applies to any of our online content that you
15
14
contribute to. Most of our content lives in the [pyOpenSci
1. Anyone contributing to pyOpenSci must follow our [organization-wide code of conduct](https://www.pyopensci.org/governance/CODE_OF_CONDUCT.html).
21
-
2. Please open an issue before submitting a pull request with new or revised content. Issues will allow us to discussed the changes with you before they are submitted. Submitting an issue first will expedite the speed at which your pull request is merged.
20
+
2. Please open an issue before submitting a pull request with new or revised content. Issues will allow us to discuss the changes with you before submitting them. Submitting an issue first will expedite the speed at which your pull request is merged.
22
21
23
22
- In some instances, if your pull request is a simple fix of a link or typo, we may accept it without an issue being opened.
24
23
25
-
3. If you submit a pull request please be sure to use a branch in your fork. Do not use the `main` branch from your fork to submit a pull request.
26
-
4. Please try to spell check and editor pull requests before opening them in our repository. This will save us time when reviewing your suggested change(s)!
24
+
3. If you submit a pull request, please be sure to use a branch in your fork. Do not use your fork's `main` branch to submit a pull request.
25
+
4. Please try to spell check and editor pull requests before opening them in our repository. This will save us time when reviewing your suggested change(s).
27
26
28
27
## Contributor attributions
29
28
30
29
We welcome and value contributions of all kinds. Some ways that
31
-
you can contribute to pyOpenSci include:
30
+
you can contribute to pyOpenSci, include:
32
31
33
-
- Identifying typos / issues in our online documentation
34
-
- Fixing bad urls and references in our issue and peerreview templates
32
+
- Identifying typos/issues in our online documentation
33
+
- Fixing bad URLs and references in our issue and peer-review templates
35
34
- Opening issues about content in our peer review and packaging guides
36
35
- Reviewing pull requests that update content on our website
37
36
- Contributing to the peer review process
@@ -108,12 +107,12 @@ To build live documentation that updates when you update local files, run::
108
107
nox -s docs-live
109
108
```
110
109
111
-
The `docs-live` command will provide ou with a url that you can enter into your
112
-
browser to see the docs update as you make updates to files.
110
+
The `docs-live` command will provide you with a URL that you can enter into your
111
+
browser to see the docs update as you update files.
113
112
114
113
### CircleCI Previews
115
114
116
-
Each book is setup with a GitHub action redirect that will take you to a online
115
+
Each book is set up with a GitHub action redirect that will take you to an online
117
116
build of the current pull request in CircleCI. To view the build:
118
117
119
118
- Click on the GitHub action called `ci/circleci: build_book` after it has run at the bottom of your pull request. This will
@@ -128,7 +127,3 @@ browser.
128
127
### Website build
129
128
130
129
Our website is a `jekyll`/`markdown` driven site. Thus, you will need to install `ruby`, and the gems needed to build the website following the contributing guide in our pyopensci.github.io repository.
Copy file name to clipboardExpand all lines: reference/meeting-notes/2019/2019-08-01-notes.md
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Please add your name to the list below!
6
6
7
-
* Leah Wasser - Earth Lab!
7
+
* Leah Wasser - EarthLab
8
8
* Filipe Fernandes - NOAA/IOOS
9
9
* Daniel Chen - Virginia Tech + RStudio intern @chendaniely
10
10
* Chris Holdgraf - UC Berkeley - @choldgraf
@@ -38,25 +38,25 @@ Please add your name to the list below!
38
38
* Chris
39
39
* Martin
40
40
* Website
41
-
* who's involved -- generate this programmatically? pull from the list of anyone in the organization -- someone would have to build this - twitter api / travis -- They do this for jupyter hub ..
42
-
* Chris might be able to copy over what jupyter hub does -- <https://jupyterhub-team-compass.readthedocs.io/en/latest/team.html#jupyterhub-team> read the docs will build it
43
-
* Following the all contributors specs!! <https://github.com/jupyterhub/team-compass/blob/master/docs/team/contributors-jupyterhub.yaml> -- Chris can work on that next
* Website -- links that take you to a github search that filters by tag! -- easy quick (Leah can add this!)
46
-
* in the future we can automate this
47
-
* Create design repository in the org -- and place the images and branding items in it!! (leah can do this as well)
41
+
* who's involved -- generate this programmatically? pull from the list of anyone in the organization -- someone would have to build this - twitter api / travis -- They do this for jupyter hub ..
42
+
* Chris might be able to copy over what jupyter hub does -- https://jupyterhub-team-compass.readthedocs.io/en/latest/team.html#jupyterhub-team read the docs will build it
43
+
* Following the all contributors specs!! https://github.com/jupyterhub/team-compass/blob/master/docs/team/contributors-jupyterhub.yaml -- Chris can work on that next
0 commit comments