First and foremost thanks for your contributions!!! 💖💖
If you have resources you would like to share from your event or resources you think our community would benefit from keep reading!
- 📖 Read up on fork & pull request models
- 🍴 Fork this repo or pull from upstream to get the latest.
- 🔨 Follow the contributing guidelines below
- 👥 Add yourself as a contributor under the credits section
- 🔧 Make a pull request
- 🎉 Get your pull request approved - success!
-
If there is a github repository with code to share run the following in your terminal.
export REPO_URL="<FILL_ME_IN>" cd events git submodule add $REPO_URL
-
Upload the event graphic to the images directory.
-
Copy and paste a new table entry at the top in the README. Fill in the applicable details. Be sure to double check everything was updated. Also be mindful of style and formatting.
| <a href="REPO_URL"><img alt="EVENT_TITLE." align="center" width="400" src="docs/images/IMAGE_NAME"></a> | **EVENT_TITLE** <br/><br/> EVENT_DESCRIPTION <br/><br/> [Slides](SLIDE_LINK) <br/><br/> [Video Recording](VIDEO_LINK)<br/><br/> -SPEAKER_NAME, _SPEAKER_TITLE_ |
a) Image
href
should point to$REPO_URL
from step 1 (this could also be a link to slides if the speaker wanted to share those without a repo.)b) Image
alt
should be theEVENT_TITLE
c) Image
src
should be the relative path to the uploaded image from step 2d) Update the
EVENT_TITLE
in the description boxe) Update the
EVENT_DESCRIPTION
with zoom descriptionf) Update the
SLIDE_LINK
with url to slides (if speaker has shared) andVIDEO_LINK
with the youtube urlg) Update the
SPEAKER_NAME
&SPEAKER_TITLE
-
Create a new folder with a good descriptive name for the resources you are sharing.
-
Add a readme with details about what is being shared (description, links, etc)
-
If sharing code, be sure to first upload the coding project to your personal repo (we want your Github profile to get all the credit). Then link to the repo by running the following in your folder from step 1.
#make sure you are in your directory - cd DIR_NAME export REPO_URL="<FILL_ME_IN>" git submodule add $REPO_URL