Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding note about office hours, removing note about developer meetings #1344

Merged
merged 11 commits into from
Oct 23, 2019
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

Welcome to the Athens project! We are a proxy server for the [Go Modules download API](https://docs.gomods.io/intro/protocol/).

|<img src="docs/static/meeting-icon.svg" alt="Developer Meetings" width="20" height="20" />Developer Meetings|
|<img src="docs/static/meeting-icon.svg" alt="Office Hours" width="20" height="20" />Office Hours|
|------------------|
|We hold weekly developer meetings every Thursday. To join them, watch previous meeting recordings or find more information, please see [the docs](https://docs.gomods.io/contributing/community/developer-meetings/). Absolutely everyone is invited to attend these, suggest topics, and participate!|
|We hold office hours approximately weekly. To find out what they're all about, join them, watch previous meetings, or just find out more, see [the docs](https://docs.gomods.io/contributing/community/office-hours/). Absolutely everyone is invited to attend these, suggest topics, and participate!|
</br>

See our documentation site [https://docs.gomods.io](https://docs.gomods.io) for more details on the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here are some other ways to get involved:

- Read the full [walkthrough](/walkthrough) with setting up, running and testing the Athens proxy
explores this in greater depth.
* Join our [weekly development meeting](/contributing/community/developer-meetings/)! It's a great way to meet folks working on the project, ask questions or just hang out. All are welcome to join and participate.
* Join our [office hours](/contributing/community/office-hours/)! It's a great way to meet folks working on the project, ask questions or just hang out. All are welcome to join and participate.
* Check out our issue queue for [good first issues](https://github.com/gomods/athens/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
* Join us in the `#athens` channel on the [Gophers Slack](https://invite.slack.golangbridge.org/)

Expand Down
40 changes: 0 additions & 40 deletions docs/content/contributing/community/developer-meetings.md

This file was deleted.

29 changes: 29 additions & 0 deletions docs/content/contributing/community/office-hours.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Office Hours"
date: 2019-08-28T10:40:50-07:00
weight: 3
---

Athens developers get together for an hour or so approximately every week on a video chat to learn and discuss a part of the codebase. The hour is relatively unstructured, but generally it starts out with a core maintainer (usually [@arschles](https://github.com/arschles)) going into the details of a part of the codebase. From there, we just go where the questions take us.

This is a great opportunity for new community members to get more involved with the project in a low-pressure setting. It's also a great setting for existing community members to gain a deeper understanding into the codebase.

We meet at this [zoom](https://zoom.us/) video chat URL: [https://arschles.com/zoom](https://arschles.com/zoom)

>**Absolutely everybody is welcome to attend these meetings. You're free to suggest topics to talk about, share your perspective, and participate as little or much as you'd like**.
>
>You don't have to be a contributor to attend.

# Logistics

All office hours happen using the [zoom](https://zoom.us) software. Before you come to the meeting, please make sure you have installed the zoom client using this link: [https://zoom.us/support/download](https://zoom.us/support/download).

>If you'd like to attend an office hours, please join the `#athens` channel in the [Gophers Slack Group](https://invite.slack.golangbridge.org/). An announcement will be made on Tuesday mornings to remind folks before the office hours start. You can also follow [@arschles](https://twitter.com/arschles) and/or [@gomods](https://twitter.com/gomods) on Twitter to get these announcements.
>
>Usually, office hours are at 2pm (14:00) US Pacific time on Tuesdays.

# The Zoom Software

Also, if you are using a Mac, there is a vulnerability that can allow arbitrary websites to activate your camera without your permission. Please see [here](https://medium.com/bugbountywriteup/zoom-zero-day-4-million-webcams-maybe-an-rce-just-get-them-to-visit-your-website-ac75c83f4ef5) for more information.

If you haven't updated your Zoom software since July 10, 2019, please do so to fix this issue.
2 changes: 1 addition & 1 deletion docs/content/contributing/community/participating.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interested in
- Submit a [pull request](https://github.com/gomods/athens/pulls) (PR) to fix
an issue, or to improve something that doesn't have an issue
- Review a PR that you're interested in
- Join us at a weekly [development meeting](/contributing/community/developer-meetings/)
- Join us at [office hours](/contributing/community/office-hours/)
(or more than one!)
- See [here](https://www.youtube.com/playlist?list=PLAk08AWjk5sekD-FRjU4VVe97nltUyZ4W) for recordings of all our past meetings
- Come chat with us in the [gophers slack](https://invite.slack.golangbridge.org/) in the `#athens` channel
Expand Down