diff --git a/CONTRIBUTING-RU.md b/CONTRIBUTING-RU.md index b0ff03ae89..2d19dbedc1 100644 --- a/CONTRIBUTING-RU.md +++ b/CONTRIBUTING-RU.md @@ -64,7 +64,7 @@ 1. Этот файл содержит информацию для генерирования версии Far: * `BUILDTYPE`, строка, определяющая тип сборки: - - '' - пустая строка (релиз) + - '' (пустая строка) - релиз - `alpha` - альфа версия - `beta` - бета версия - `RC` - релиз кандидат @@ -72,14 +72,14 @@ ещё не вошел в репозиторий, чтоб не путать пользователей и нас. Вывод версии Far будет выглядеть следующим образом: `Версия alpha ЧтоЛибоДругое based on build НомерБилда`. - * `MAJOR` - мажорная версия Far (например 3). - * `MINOR` - минорная версия Far (например 0). + * `MAJOR` - мажорная версия Far (например, 3). + * `MINOR` - минорная версия Far (например, 0). #### vbuild.m4 1. Если в файле `vbuild.m4` был изменен номер билда, то после коммита - изменений в репозиторий необходимо запустить `svn_tag_build.bat`. + изменений в репозиторий необходимо запустить `tag_build.bat`. #### Добавление новых строк в языковые файлы diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb9aed27a3..49de1a5163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ to the project, please follow those guidelines: 1. All comments on committed changes should be written to the `changelog` file. You should leave comments in the source code only if you think the code is - not self explanatory and won't be understood by "future generations". + not self-explanatory and won't be understood by "future generations". 2. Recent changes go on top. 3. Each entry starts with a header of the form: > warp 05.12.2006 01:39:38 +0300 - build 2149 @@ -67,7 +67,7 @@ to the project, please follow those guidelines: 1. This file contains information used to generate Far version: * `BUILDTYPE`, a string that defines the build type: - - '' - empty string (release version) + - '' (an empty string) - release version - `alpha` - alpha version - `beta` - beta version - `RC` - release candidate diff --git a/far/svn_tag_build.bat b/far/tag_build.bat similarity index 100% rename from far/svn_tag_build.bat rename to far/tag_build.bat