-
Notifications
You must be signed in to change notification settings - Fork 10
/
CONTRIBUTING.html
128 lines (107 loc) · 4.01 KB
/
CONTRIBUTING.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css"><style type="text/css">body { max-width: 186mm; margin: 0 auto; }
.page-break { page-break-after: always; }
/* .markdown-body { font-size: 11px; } */
.markdown-body pre > code { white-space: pre-wrap; }</style><style type="text/css">/*
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #333;
background: #f8f8f8;
}
.hljs-comment,
.hljs-quote {
color: #998;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333;
font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #008080;
}
.hljs-string,
.hljs-doctag {
color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #900;
font-weight: bold;
}
.hljs-subst {
font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
color: #000080;
font-weight: normal;
}
.hljs-regexp,
.hljs-link {
color: #009926;
}
.hljs-symbol,
.hljs-bullet {
color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
color: #0086b3;
}
.hljs-meta {
color: #999;
font-weight: bold;
}
.hljs-deletion {
background: #fdd;
}
.hljs-addition {
background: #dfd;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
/*# sourceURL=C:\Projects\web-development-course\node_modules\md-to-pdf\node_modules\highlight.js\styles\github.css*/</style></head>
<body class="markdown-body">
<h1 id="вклад-к-курс">Вклад к курс</h1>
<p>Вы можете помочь сделать курс лучше и внести в него вклад! Есть два пути:</p>
<ol>
<li>Создать <a href="https://github.com/movs-psu/web-development-course/issues">Issue</a> с вашими предложениями, вопросами или комментариями для их обсуждения</li>
<li>Создать <a href="https://github.com/movs-psu/web-development-course/pulls">Pull Request</a> с внесением изменений </li>
</ol>
<h2 id="предложение-изменений-с-pull-request">Предложение изменений с Pull Request</h2>
<p>Для больших изменений лучше начать с обсуждения в <a href="https://github.com/movs-psu/web-development-course/issues">Issue</a>, а небольшие изменения, например, исправление опечатки, можно сразу предложить в <a href="https://github.com/movs-psu/web-development-course/pulls">Pull Request</a>.</p>
<p>Начать лучше с прочтения раздела с технической информации о разработке курса на странице <strong><a href="./DEVELOPMENT.md">> DEVELOPMENT</a></strong>.</p>
<ol>
<li>Создайте свой <code>Fork</code> репозитория</li>
<li>Склонируйте свой репозиторий</li>
<li>Внесите изменения</li>
<li>Если требуется, соберите HTML и PDF версии изменённых страниц или материалов</li>
<li>Сделайте <code>commit</code>; в сообщении кратко опишите предлагаемое изменение (см. примеры коммитов в <a href="https://github.com/movs-psu/web-development-course/commits/master">истории</a>)</li>
<li>Отправьте изменения с <code>push</code> в свой <code>fork</code></li>
<li>Создайте <code>Pull Request</code> и опишите ваши изменения</li>
<li>Ждите ^_^</li>
</ol>
<pre><code class="hljs plaintext">// TODO
// Добавить автоматическую сборку и деплой с CI/CD </code></pre>
</body></html>