Skip to content

Commit 9f7777f

Browse files
Create README.md
1 parent bc4fcb1 commit 9f7777f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

_editions/2025/tasks/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
This folder contains `Markdown` (.md) files to all tasks for 2023 MediaEval edition.
2+
3+
## How to edit
4+
5+
Opening a file and clicking on the pencil logo (view Figure 1 below)
6+
7+
![Figure 1: Editing task content](/docs/task_edition1.png "Figure 1: Editing task content")
8+
9+
you will access `edit` mode on the file aand you will see something like below:
10+
11+
![Figure 2: Editing task content](/docs/task_edition2.png "Figure 1: Editing task content")
12+
13+
There are 2 main parts to the document:
14+
15+
* part 1 (lines 1 to 11) is the task file metadata. Here, you (task organizer), should fill in all `# required info` fields (title, subtitle, and blurb). When your task content is ready to be published on the website, to be shown on the website, then you should edit the `hide` property to `false`, this way your task will be visible on the website.
16+
17+
* part 2 (lines 12 to infinity) is the actual task content. There is a suggested structure to the document to be followed. This part accepts content with [Markdown](https://daringfireball.net/projects/markdown/syntax) and HTML syntax.
18+
19+
After you fill all content `commit changes` by filling the form below that edit screen and clicking on `Propose changes` as shown in Figure 3 below:
20+
21+
![Figure 3: Proposing changes](/docs/task_edition3.png "Figure 3: Proposing changes")
22+
23+
That action will open a new window in which you will confirm a `Pull request`. As you can see in Figure 4 below:
24+
* yellow arrow points out where you can select a reviewer (if you are already talking to one of the website admins), this is optional
25+
* fill your comments on the `fill here` space as you believe it's required to support approval of your change.
26+
* red arrow points to the button that confirms your `Pull request`
27+
28+
![Figure 4: Pull request](/docs/task_edition4.png "Figure 3: Pull request")
29+
30+
Other than that please feel free to ask for help. This structure is and experiment and we need help to turn it useful and easy to everyone. MediaEval organizers are available to help or submit questions and issues [here](https://github.com/multimediaeval/multimediaeval.github.io/issues).

0 commit comments

Comments
 (0)