Skip to content

Commit 20dd583

Browse files
notes on contextual on how to obtain contextual information
1 parent 6e2b326 commit 20dd583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ the following strategies:
104104
* Use `$git blame` to see where changes were introduced. Look at the commit
105105
message, check changes that were made to the code in the same commit. If you
106106
are using the GUI of GitHub, you can easily obtain more contextual information
107-
such as the pull request with which a change was introdued. Often
108-
functionality was introduced with testing. So you can easily see which new
109-
tests are related to the new functionality. You can remvoe the changes in the
107+
such as the pull request with which a change was introduced. Often
108+
functionality was introduced with testing. So, you can easily see which new
109+
tests are related to the new functionality. You can remove the changes in the
110110
source code and re-run the tests and see what fails and why.
111111
* Search Issues and Pull Requests on GitHub with the full text search. Make
112112
sure you also search for closed Issues and PRs.

0 commit comments

Comments
 (0)