Firstly 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
- 🔧 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.
```markdown
<tr>
<td style="border: none;" align="left" width="20%"><a href="$REPO_URL"><img alt="EVENT_TITLE" align="left" src="images/IMAGE_NAME"/> </td>
<td colspan="3"><b>EVENT_TITLE</b>
<br><br>
** EVENT_DESCRIPTION **
[Slides & Materials](SLIDE_LINK), (MAT_LINK) <br/><br/>
[Video Recording](VIDEO_LINK) <br/><br/>
<br><br>
<em>- SPEAKER_NAME & SPEAKER_TITLE </em></td>
</tr>
```
<br>
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 the `EVENT_TITLE`
c) Image `src` should be the relative path to the uploaded image from _step 2_
d) Update the `EVENT_TITLE` in the description box
e) Update the `EVENT_DESCRIPTION` with zoom description
f) Update the `SLIDE_LINK` with url to slides (if speaker has shared) and `VIDEO_LINK` with the youtube url
g) 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