deep-music-visualizer-showdown/README.md
2021-12-01 13:21:47 +01:00

13 lines
No EOL
1 KiB
Markdown

![Build Status](https://gitlab.com/pages/hugo/badges/master/build.svg)
---
To add your competition entry, you need to clone the repo to your computer using Vscode and then:
1. Create a new branch using the version control tab in vscode, please use "`first`-`last`" as the name of the branch where `first` is your first (i.e. _given_) name and `last` is your last (i.e. _family_) name.
2. Rename the visualization video files to "`first`-`no`.mp4" where `first` is your first (i.e. _given_) name and `no` is a sequential number (e.g. "orwa-1.mp4", "orwa-2.mp4", etc.). If you are competing with one entry, then name the file "`first`.mp4" where `first` is your first (i.e. _given_) name.
3. Store the video files in the subfolder `./static/video` in this repository
4. Add your entry article and documentation to `./content/post` in this repository (please use the `2021-12-01-orwa-diraneyya.md` as an example)
5. Commit your changes locally
6. Push your commits to the remote
7. Go to GitLab and create a merge request from there