-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcd5700
commit 79a75ed
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,7 +287,7 @@ image::images/maint-08-notifications-page.png["Центр уведомлений | |
|
||
====== Email уведомления | ||
|
||
Email уведомления - это ещё один способ, которым вы можете получать уведомления от GitHub. | ||
Email уведомления -- это ещё один способ, которым вы можете получать уведомления от GitHub. | ||
Если эта опция включена, то вы будете получать по письму на каждое уведомление. | ||
Примеры вы видели в разделах <<r_email_notification>> и <<r_email_pr>>. | ||
Письма объединяются в цепочки, что очень удобно при использовании соответствующего почтового клиента. | ||
|
@@ -324,7 +324,7 @@ X-GitHub-Recipient-Address: [email protected] | |
|
||
==== README | ||
|
||
Первый - это файл `README`, он может быть в любом формате, который GitHub в состоянии распознать. | ||
Первый -- это файл `README`, он может быть в любом формате, который GitHub в состоянии распознать. | ||
Например, это может быть `README`, `README.md`, `README.asciidoc` и так далее. | ||
Если GitHub увидит такой файл в вашем исходном коде, то отобразит его на заглавной странице проекта. | ||
|
||
|
@@ -341,7 +341,7 @@ X-GitHub-Recipient-Address: [email protected] | |
|
||
==== CONTRIBUTING | ||
|
||
Следующий файл - это `CONTRIBUTING`. | ||
Следующий файл -- это `CONTRIBUTING`. | ||
Если в вашем репозитории будет файл `CONTRIBUTING` с любым расширением, то GitHub будет показывать ссылку на него при создании любого запроса на слияние. | ||
|
||
[[r_contrib_file]] | ||
|