Skip to content

Commit

Permalink
Remove out of date comment about github notifications (JuliaLang#45915)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Jul 4, 2022
1 parent dd5760d commit 438bde4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ please remove the `backport-X.Y` tag from the originating pull request for the c
- If you see any unrelated changes to submodules like `deps/libuv`, `deps/openlibm`, etc., try running `git submodule update` first.
- Descriptive commit messages are good.
- Using `git add -p` or `git add -i` can be useful to avoid accidentally committing unrelated changes.
- GitHub does not send notifications when you push a new commit to a pull request, so please add a comment to the pull request thread to let reviewers know when you've made changes.
- When linking to specific lines of code in discussion of an issue or pull request, hit the `y` key while viewing code on GitHub to reload the page with a URL that includes the specific version that you're viewing. That way any lines of code that you refer to will still make sense in the future, even if the content of the file changes.
- Whitespace can be automatically removed from existing commits with `git rebase`.
- To remove whitespace for the previous commit, run
Expand Down

0 comments on commit 438bde4

Please sign in to comment.