mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Add ignoreRevsFile to CONTRIBUTING.md
closes https://github.com/official-stockfish/Stockfish/pull/4980 No functional change
This commit is contained in:
parent
88331add0d
commit
b5e8169a85
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue