Skip to content

Commit b22f7f0

Browse files
valery1707wing328
authored andcommittedJan 13, 2020
Reduce scope of recommended git configuration (OpenAPITools#4983)
1 parent b680d7c commit b22f7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ To start the CI tests, you can run `mvn verify -Psamples` (assuming you've all t
101101
- Make sure test cases passed after the change (one way is to leverage https://travis-ci.org/ to run the CI tests)
102102
- File a PR with meaningful title, description and commit messages.
103103
- Recommended git settings
104-
- `git config --global core.autocrlf input` to tell Git convert CRLF to LF on commit but not the other way around
104+
- `git config core.autocrlf input` to tell Git convert CRLF to LF on commit but not the other way around
105105
- To close an issue (e.g. issue 1542) automatically after a PR is merged, use keywords "fix", "close", "resolve" in the PR description, e.g. `fix #1542`. (Ref: [closing issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))

‎docs/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ To start the CI tests, you can run `mvn verify -Psamples` (assuming you've all t
105105
- Make sure test cases passed after the change (one way is to leverage https://travis-ci.org/ to run the CI tests)
106106
- File a PR with meaningful title, description and commit messages.
107107
- Recommended git settings
108-
- `git config --global core.autocrlf input` to tell Git convert CRLF to LF on commit but not the other way around
108+
- `git config core.autocrlf input` to tell Git convert CRLF to LF on commit but not the other way around
109109
- To close an issue (e.g. issue 1542) automatically after a PR is merged, use keywords "fix", "close", "resolve" in the PR description, e.g. `fix #1542`. (Ref: [closing issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))

0 commit comments

Comments
 (0)