-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Showing
6 changed files
with
2,875 additions
and
2,512 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Для контрибьютеров | ||
Основная инфа | ||
## 1) Никогда не делать merge pull request в master | ||
Банально, чтобы не нарушать текущих релизов и не создавать лишних прецедентов на конфликт при сливе develop в master. | ||
Так что если вам выдали права на merge pull request.. | ||
|
||
А теперь давайте повторим для закрепления | ||
|
||
### Никогда не делать merge pull request в master | ||
#### Никогда не делать merge pull request в master | ||
##### Никогда не делать merge pull request в master | ||
###### Никогда не делать merge pull request в master | ||
Никогда не делать merge pull request в master | ||
|
||
Договорились? | ||
|
||
Далее | ||
|
||
## 2) Вся разработка ведётся в ветке develop | ||
Либо у себя в форке | ||
|
||
## 3) Все изменения по словарю должны производиться в файле dictionary.js | ||
При каждом новом релизе сортируем элементы скриптом ниже по файлу и полученный массив пихаем в yoptascript.js. | ||
|
||
## 4) Вообще ничего не сливайте в master | ||
Буду сам сливать как только наберётся достаточно новых фич и фиксов для новой версии |
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
Oops, something went wrong.