Skip to content

Commit 43cd6c3

Browse files
Replace Launchpad with GitHub (#2345)
Fix #2214 Co-authored-by: Patience Daur <patiencedaur@gmail.com>
1 parent 1a699d7 commit 43cd6c3

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

doc/dev_guide/developer_guidelines.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Developer guidelines
1010
How to work on a bug
1111
===========================================================
1212

13-
Any defect, even minor, if it changes the user-visible server behavior, needs
14-
a bug report. Report a bug at http://github.com/tarantool/tarantool/issues.
13+
If a defect changes user-visible server behavior, it needs a bug report,
14+
even if it is a small defect. Report the bug at
15+
`GitHub <https://github.com/tarantool/tarantool/issues>`__.
1516

1617
When reporting a bug, try to come up with a test case right away. Set the
1718
current maintenance milestone for the bug fix, and specify the series.
@@ -20,8 +21,9 @@ ready, put the bug to 'In review' and solicit a review for the fix.
2021

2122
Once there is a positive code review, push the patch and set the status to 'Closed'
2223

23-
Patches for bugs should contain a reference to the respective Launchpad bug page or
24-
at least bug id. Each patch should have a test, unless coming up with one is
24+
Patches for bugs should contain a reference to the respective
25+
`GitHub issue page <https://github.com/tarantool/tarantool/issues>`__ or
26+
at least the issue id. Each patch should have a test, unless coming up with one is
2527
difficult in the current framework, in which case QA should be alerted.
2628

2729
There are two things you need to do when your patch makes it into the master:

locale/ru/LC_MESSAGES/dev_guide/developer_guidelines.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ msgid "How to work on a bug"
66
msgstr "Как работать над дефектами"
77

88
msgid ""
9-
"Any defect, even minor, if it changes the user-visible server behavior, "
10-
"needs a bug report. Report a bug at "
11-
"http://github.com/tarantool/tarantool/issues."
9+
"If a defect changes user-visible server behavior, it needs a bug report, "
10+
"even if it is a small defect. Report the bug at `GitHub "
11+
"<https://github.com/tarantool/tarantool/issues>`__."
1212
msgstr ""
13-
"На любой дефект, даже незначительный, если он изменяет доступное "
14-
"пользователю поведение сервера, необходимо составить отчет об ошибке. "
15-
"Сообщите о дефекте по ссылке http://github.com/tarantool/tarantool/issues."
13+
"На любой, даже незначительный дефект, меняющий видимое для пользователя "
14+
"поведение сервера, необходимо составить отчет об ошибке. Сообщите о дефекте "
15+
"`на GitHub <https://github.com/tarantool/tarantool/issues>`__."
1616

1717
msgid ""
1818
"When reporting a bug, try to come up with a test case right away. Set the "
@@ -35,16 +35,16 @@ msgstr ""
3535
"\"Closed\" (закрыт)."
3636

3737
msgid ""
38-
"Patches for bugs should contain a reference to the respective Launchpad bug "
39-
"page or at least bug id. Each patch should have a test, unless coming up "
40-
"with one is difficult in the current framework, in which case QA should be "
41-
"alerted."
38+
"Patches for bugs should contain a reference to the respective `GitHub issue "
39+
"page <https://github.com/tarantool/tarantool/issues>`__ or at least the "
40+
"issue id. Each patch should have a test, unless coming up with one is "
41+
"difficult in the current framework, in which case QA should be alerted."
4242
msgstr ""
43-
"Патчи для исправления ошибок должны содержать ссылку на соответствующую "
44-
"страницу дефекта Launchpad или хотя бы идентификатор дефекта. Каждому патча "
45-
"должен соответствовать отдельный тест, если только это не слишком трудно "
46-
"сделать в текущем окружении, и в этом случае следует предупредить "
47-
"тестировщиков."
43+
"Патчи для исправления ошибок должны содержать ссылку на `страницу нужной "
44+
"задачи на GitHub <https://github.com/tarantool/tarantool/issues>`__ или на "
45+
"идентификатор задачи. Каждому патчу должен соответствовать отдельный тест. "
46+
"Если в текущем окружении создать подходящий тест затруднительно, следует "
47+
"предупредить тестировщиков."
4848

4949
msgid ""
5050
"There are two things you need to do when your patch makes it into the "

0 commit comments

Comments
 (0)