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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ This is the website for pyOpenSci. Contributions welcome!!
6
6
7
7
## Development Environment
8
8
9
-
If you want to contribute to the pyopensci website and you wish to test your changes locally prior to submitting a pr,
9
+
If you want to contribute to the pyopensci website and you wish to test your changes locally prior to submitting a pr,
10
10
do the following.
11
11
12
12
1. You will need to have ruby and bundler installed on your machine.
13
-
2. Fork and clone this repository.
13
+
2. Fork and clone this repository.
14
14
3. Run `bundle install` in the root of this repository directory to install of the gems needed to run the site locally
15
-
4. Once bundle install is complete, `bundle exec jekyll serve` will create a local host that you can use to run and view the site on your computer locally.
15
+
4. Once bundle install is complete, `bundle exec jekyll serve` will create a local host that you can use to run and view the site on your computer locally.
Copy file name to clipboardExpand all lines: _data/advisory.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
sort: 1
3
3
bio: 'Executive Director, pyOpenSci'
4
4
organization: "RStudio"
5
-
twitter:
5
+
twitter:
6
6
github_username: tracykteal
7
7
github_image_id: 889238# You can find this by right clicking on the image in your bio, and copying the link. the last part contains a 7 digit number that is your avatar image!
Copy file name to clipboardExpand all lines: _pages/get-in-touch.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,29 @@ author_profile: false
5
5
published: true
6
6
site-map: true
7
7
permalink: /get-involved-contact.html
8
-
redirect_from:
8
+
redirect_from:
9
9
- /get-involved-contact/
10
10
---
11
11
12
12
## Get Involved with pyOpensci
13
13
14
-
There are many ways for you to get involved with pyOpenSci!
14
+
There are many ways for you to get involved with pyOpenSci!
15
15
16
16
*[Ask a question on our discourse forum](https://pyopensci.discourse.group/)
17
17
*[Submit a package for peer review](https://github.com/pyOpenSci/software-submission)
18
18
* ✔️ [Read our package author guide to learn more about the process.](https://www.pyopensci.org/software-peer-review/how-to/author-guide.html)
19
19
* ✔️ [Check out our scope documentation to see if your package is in scope for our review.](https://www.pyopensci.org/software-peer-review/about/package-scope.html)
20
-
* Got some time to help? [Check out our GitHub Project Board](https://github.com/orgs/pyOpenSci/projects/3/views/1) for a list of current issues that we could use help with.
20
+
* Got some time to help? [Check out our GitHub Project Board](https://github.com/orgs/pyOpenSci/projects/3/views/1) for a list of current issues that we could use help with.
21
21
* Any issue that is tagged `help-wanted` in our repos is fair game for anyone to tackle!
22
22
*[Sign up to be a reviewer](https://forms.gle/GHfxvmS47nQFDcBM6) - We offer a reviewer mentorship program if you want to review a package but haven't reviewed code before!
23
23
24
-
* We also often recruit new editors to support our peer review process. [Keep an eye out on our discourse forum for posts about that.](https://pyopensci.discourse.group/)
24
+
* We also often recruit new editors to support our peer review process. [Keep an eye out on our discourse forum for posts about that.](https://pyopensci.discourse.group/)
25
25
26
26
27
-
## Keep in Touch with us
27
+
## Keep in Touch with us
28
28
29
-
You can also follow us online:
29
+
You can also follow us online:
30
30
31
31
* Follow us on Mastodon: [@pyopensci](https://fosstodon.org/@pyopensci)
32
32
* Follow us on Twitter: [@pyopensci](https://www.twitter.com/pyopensci)
33
33
* Post in our [pyOpenSci discussion forum](https://pyopensci.discourse.group/).
0 commit comments