mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Add ignoreRevsFile to CONTRIBUTING.md
closes https://github.com/official-stockfish/Stockfish/pull/4980 No functional change
This commit is contained in:
@@ -61,6 +61,16 @@ Changes to Stockfish C++ code should respect our coding style defined by
|
|||||||
[.clang-format](.clang-format). You can format your changes by running
|
[.clang-format](.clang-format). You can format your changes by running
|
||||||
`make format`. This requires clang-format version 17 to be installed on your system.
|
`make format`. This requires clang-format version 17 to be installed on your system.
|
||||||
|
|
||||||
|
## Navigate
|
||||||
|
|
||||||
|
For experienced Git users who frequently use git blame, it is recommended to
|
||||||
|
configure the blame.ignoreRevsFile setting.
|
||||||
|
This setting is useful for excluding noisy formatting commits.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||||
|
```
|
||||||
|
|
||||||
## Community and Communication
|
## Community and Communication
|
||||||
|
|
||||||
- Join the [Stockfish discord][discord-link] to discuss ideas, issues, and
|
- Join the [Stockfish discord][discord-link] to discuss ideas, issues, and
|
||||||
|
|||||||
Reference in New Issue
Block a user