-
Notifications
You must be signed in to change notification settings - Fork 20
Retiring former chapter organizers
There are 2 administrative tasks which require completing when retiring former organisers:
-
changing their role on meetup.com
-
updating their status in our JSON data
The instructions below outline each of these.
Note: for some reason I had issues with getting this working in Firefox, but it seemed to work fine in Chrome 🤷
-
Login to meetup.com with the RLadies Global account. Select the “Pro Dashboard” from the top right of the page. Search for the meetup group containing the former organiser and go to its page.
-
In the “Organizers” panel, click on “R-Ladies Global and N others” to be taken to the Organizers admin page.
-
Find the member you wish to retire and click on the “...” on the right next to their name. Select “Change member role”.
-
On the menu that appears, select “member” and then click “update role”
-
Head to https://github.com/rladies/rladies.github.io/tree/main/data/chapters and find the relevant chapter. Click to open the JSON file associated with that chapter.
-
Click on the “edit” button in the top right of the code view. It looks like a little pencil.
-
You should now be able to edit the JSON file. Move the retired organizer from the “current” to the “former” field and select “Commit Changes” and then “Propose Changes” and then “Create Pull Request”.
-
Double-check the details and then submit the pull request! Some CI checks will run on the PR to make sure the JSON is correctly formatted, and the relevant people will be notified to review/merge it.
(You can achieve the above by manually making a fork of the repo and then editing the file locally and then making a pull request, although I found this method to be quicker and easier)
Hugo setup
Contributing