-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsurvey.html
40 lines (37 loc) · 1.3 KB
/
survey.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Working in a workspace, in space.</h1>
<p>
Welcome to the workspace! You've made it this far so we know that you've got the potential to do great things. Because you're going to be collaborating with other awesome people, anything you add needs to be code reviewed and approved. That's
just how a workspace works! You should have already created a branch and checked it out locally. If you haven't, go back to the tutorial and do that now. We'll be here.
</p>
<p>
Because you're on your own branch, you can go crazy. Spice up this file any way you like. Add more files to this repository if you see fit. If want to take it slow and are just here to learn about pull requests, you can use this opportunity to
fill out our short questionnaire.
</p>
<br>
<p>
<b>Question 1</b>: Have you used pull requests before?
</p>
<p>
<b>Answer 1</b>: **** Yes. ****
</p>
<p>
<b>Question 2</b>: Why do you want to learn about code review?
</p>
<p>
<b>Answer 2</b>: **** To collaborate on code. ****
</p>
<p>
<b>Question 3</b>: Who do you plan to work with on Bitbucket?
</p>
<p>
<b>Answer 3</b>: **** Colleagues. ****
</p>
</body>
</html>