diff --git a/walkthrough/code_reviews.md b/walkthrough/code_reviews.md index 29d679e0..4076c5ff 100644 --- a/walkthrough/code_reviews.md +++ b/walkthrough/code_reviews.md @@ -6,7 +6,7 @@ Click the Sourcery logo in the sidebar to open the coding assistant and bring up Choose the context of the code you want to review. -You can choose to review your current branch or your uncommitted changes. +You can choose to review your current branch, your uncommitted changes, or the current file. Then click review and Sourcery will get to work, giving you feedback. diff --git a/welcome-to-sourcery.py b/welcome-to-sourcery.py index 2b8f4099..08353af5 100644 --- a/welcome-to-sourcery.py +++ b/welcome-to-sourcery.py @@ -7,10 +7,10 @@ # Let's start looking at how you can get a code review from Sourcery. -# The `Review` tab allows you to get a code review straight away in your IDE. -# You can choose between reviewing your current uncommitted changes and reviewing -# the changes between your current branch and the default branch. -# (Note that this will only work on code that is under Git version control). +# The `Review` tab allows you to get a code review straight away in your IDE +# - you can always get a review of the current file +# - if in Git you can review your current set of uncommitted changes, +# or your current branch compared to the default branch # If you want reviews when you open a PR, you can add Sourcery to your GitHub or GitLab repos.