-
Notifications
You must be signed in to change notification settings - Fork 63
/
submit.html
44 lines (43 loc) · 1.85 KB
/
submit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
title: Submit
subtitle: How to submit a talk
---
<!-- Full width text -->
<div class="textbody container">
<div class="row">
<div class="textbody-text span12">
<h4>1. Fork the bephpug github pages website</h4>
<p>Open <a target="_blank" href="https://github.com/berlinphp/berlinphp.github.com">https://github.com/berlinphp/berlinphp.github.com</a>
and fork the website. You need to have a github account for that.</p>
<p>
<img src="/assets/img/submit/github1.png" alt="Fork on github" title="Fork on github">
</p>
<h4>2. Locate and open the post (slot-set) aka the upcoming meetup</h4>
<p>This is latest file in the "_posts/" folder of <strong>your</strong> forked repository!</p>
<p>
<img src="/assets/img/submit/github3.png" alt="Posts folder" title="Posts folder">
</p>
<h4>3. Edit The html file</h4>
<p>
<img src="/assets/img/submit/github4.png" alt="Posts folder" title="Posts folder">
</p>
<h4>4. Fill in the talk details</h4>
<p>Choose the next free slot and edit the HTML. Set a commit summary and press "Commit changes".</p>
<p>
<img src="/assets/img/submit/github5.png" alt="Posts folder" title="Posts folder">
</p>
<h4>5. Create a pull request</h4>
<p>
<img src="/assets/img/submit/github6.png" alt="Posts folder" title="Posts folder">
</p>
<h4>6. Fill in pull request details</h4>
<p>Just add a short comment and press "Send pull request".</p>
<p>
<img src="/assets/img/submit/github7.png" alt="Posts folder" title="Posts folder">
</p>
<h4>6. Done!</h4>
<p>Pull requests are approved quite quickly. You will get an email notification.</p>
</div>
</div>
</div>