Yoginth 7 年 前
コミット
a3f0341678
1 ファイル変更3 行追加3 行削除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -49,11 +49,11 @@ Some existing code may be poorly written or untested, so we must have more scrut
 
 #### Create a pull request
 
-* Try to keep the megre requests small. A megre request should try its very best to address only a single concern.
+* Try to keep the pull requests small. A pull request should try its very best to address only a single concern.
 * Make sure all tests pass and add additional tests for the code you submit.
 * Document your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.
-* If there's an existing issue related to the megre request, reference to it by adding something like `References/Closes/Fixes/Resolves #305`, where 305 is the issue number. [More info here](https://docs.gitlab.com/ee/user/project/issues/closing_issues.html#via-merge-request)
-* If you follow the megre request template, you can't go wrong.
+* If there's an existing issue related to the pull request, reference to it by adding something like `References/Closes/Fixes/Resolves #305`, where 305 is the issue number. [More info here](https://docs.gitlab.com/ee/user/project/issues/closing_issues.html#via-merge-request)
+* If you follow the pull request template, you can't go wrong.
 
 ## Codebase