-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdo_ticket.html
47 lines (47 loc) · 1.88 KB
/
do_ticket.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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FortyTwoTestInstructions</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="wrapper">
<br>
<br>
<img src="images/logo.png">
<br>
<h4><b>Thursday, May 19, 2016</b></h4>
<h1>
Do test task
</h1>
<input type="checkbox"> accept the ticket <br>
<input type="checkbox"> tell the bot [email protected]: 42-test-yourproject#1 at 18:30 (time your expected to complite it) <br>
<input type="checkbox"> create branch in the git repo withticket name, e.g. t1_contact <br>
<input type="checkbox"> add ticket comment with the branch name <br>
<input type="checkbox"> write plan in comment:1 <br>
<input type="checkbox"> write `done 1` in comment when 1st point of the plan completed <br>
<input type="checkbox"> push changes <br>
<input type="checkbox"> reassign ticket to reviewer when review left <br>
<input type="checkbox"> tell the bot `eta done` if you complited before time <br>
<input type="checkbox"> tell the bot following expectation (`online at time` or `42-test-yourproject#3 at time`) <br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>