From f40136dc0fd27dec554cbcee2d4b3efdf9825a47 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sat, 31 May 2014 04:09:09 +0200 Subject: [PATCH] bugtracker typos --- developer_manual/bugtracker/codereviews.rst | 2 +- developer_manual/bugtracker/kanban.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/bugtracker/codereviews.rst b/developer_manual/bugtracker/codereviews.rst index a2a526da1..4eae5a371 100644 --- a/developer_manual/bugtracker/codereviews.rst +++ b/developer_manual/bugtracker/codereviews.rst @@ -34,7 +34,7 @@ How will it work? #. Before a pull request will be merged into master or the corresponding branch at least 2 reviewers need to give :+1 score. #. Our `continuous integration server`_ will give an additional indicator for - the quality of the pull rquest. + the quality of the pull request. Examples -------- diff --git a/developer_manual/bugtracker/kanban.rst b/developer_manual/bugtracker/kanban.rst index 893298988..746ff88c1 100644 --- a/developer_manual/bugtracker/kanban.rst +++ b/developer_manual/bugtracker/kanban.rst @@ -141,7 +141,7 @@ Why do we have it? What does a developer think? "I’ll check the Scenario described earlier works as expected. If necessary I’ll update the related Gherkin Scenarios. `Jenkins`_ will test the scenario - on all kinds of platforms, webserver and database combinations with + on all kinds of platforms, web server and database combinations with `cucumber`_." When can I pull? @@ -159,13 +159,13 @@ Why do we have it? With the Gherkin Scenario from the Concept Phase reviewers have a checklist to test if a Bug has been solved and if an Enhancement works as expected. **The most eager reviewer we have is Jenkins**. When it comes to testing he soldiers - on going through the different combinations of platform, webserver and + on going through the different combinations of platform, web server and database. What does a developer think? "Damn! If I had written the Gherkin Scenarios and Cucumber Step Definitions I could leave the task of testing this on the different combinations of platform, - webserver and database to Jenkins. I’ll miss something when doing this + web server and database to Jenkins. I’ll miss something when doing this manually.* When can I pull?