pyladies / chapter-websites

Repo of all the PyLadies chapter websites submodules
MIT License
8 stars 14 forks source link

Requesting a new PyLadies Chapter website: Hamburg #16

Closed terezaif closed 4 years ago

terezaif commented 4 years ago

This template should be used for those requiring a new PyLadies website.

What is the name of the PyLadies chapter requesting the website?

Hamburg

What is the custom domain desired for the PyLadies chapter website?

hamburg.pyladies.com

What are the GitHub handles of the PyLadies chapter organizers?

terezaif, neinkeinkaffee, chalendony,

Name GitHub Handle Slack Handle Team Role
Tereza Iofciu terezaif Tereza co-organiser
Gesa Stupperich neinkeinkaffee Gesa co-organiser
Avaré Stewart chalendony Avaré Stewart co-organiser
Annemarie Paul AnMaPa Annemarie Paul co-organiser

Do you want your website to use one of the following templates or do you prefer it to be blank?

Where will you host the website?

Issue checklist

For the author to complete:

For the @pyladies/tech-and-infra-admins to complete:

/cc @pyladies/tech-and-infra-admins

lorenanicole commented 4 years ago

@tereza question:

lorenanicole commented 4 years ago

@terezaif confirmed in Slack their chapter wants to use the Netlify template

BethanyG commented 4 years ago

Created CNAME and CODEOWNERS. Netlify preview can be seen via https://pyladies-hamburg.netlify.app/ which mirrors what is currently deploed and hosted via GitHub pages at hamburg.pyladies.com

lorenanicole commented 4 years ago

@terezaif to close this out can you please open a PR to add your repo as a submodule to this repo as well as link the PR that removed your old project code from the pyladies monolith? Thanks!

image
terezaif commented 4 years ago

Can you pls add AnMaPa (Annemarie's handle) as codeowner?

BethanyG commented 4 years ago

@terezaif -- Apologies for the delay. I sent an invite to the Hamburg Organizers team to @AnMaPa -- that should give codeowner access. Please let me know if it doesn't.

BethanyG commented 4 years ago

@terezaif -- Noticed today that you haven't added your repo as a submodule to this one yet, so just a friendly reminder. 😄

terezaif commented 4 years ago

@BethanyG I am really confused :smile: regarding the website.. i made a pr to pyladies/pyladies-hamburg-website .. this I have to add as a submodule? ( I'll .. google that :D )

terezaif commented 4 years ago

@BethanyG done now!!

BethanyG commented 4 years ago

@lorenanicole @terezaif -- Just merged the Submodule PR (https://github.com/pyladies/chapter-websites/pull/19).

Unless there is anything else I've forgotten, I think we're good to close this! I will leave it open for another day or so, and then close if nothing else comes up.

BethanyG commented 4 years ago

@lorenanicole -- Forgot to merge https://github.com/pyladies/pyladies-hamburg-website/pull/1 until just now. When you get a chance, can you walk me (or point me to instructions) through pulling in an update to the Hamburg submodule? Should I clone down this repo and do it locally and re-push, or is there an easier GitHub only way of doing it??

lorenanicole commented 4 years ago

Yah the update needs to be done locally. Basically just pull it down and run git submodule update! https://chrisjean.com/git-submodules-adding-using-removing-and-updating/ is a great write up.