Skip to content

Commit

Permalink
Add .git-blame-ignore-revs file (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay authored Feb 2, 2024
2 parents 8461dfb + 2e12bb5 commit a79abce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Removes trailing whitespace from all .dylan files
bb1206747607167d48e9ad5b10fd379a5eb53373

9 changes: 4 additions & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
How to Contribute
=================

If you would like to start contributing to Open Dylan, please see `How
to Contribute to Open Dylan
<https://opendylan.org/documentation/hacker-guide/contribute.html>`_
or open the file `documentation/hacker-guide/source/contribute.rst` in
this distribution for guidelines and ideas on where to start. Thanks!
If you would like to start contributing to Open Dylan, please see `How to
Contribute to Open Dylan <https://opendylan.org/hacker-guide/index.html>`_ or
open the file `documentation/hacker-guide/source/index.rst` in this
distribution for guidelines and ideas on where to start. Thanks!
3 changes: 3 additions & 0 deletions documentation/hacker-guide/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ don't yet have a GitHub account and ssh keys, now is a good time to get them.
To checkout the main "opendylan" repository::

git clone --recursive https://github.com/dylan-lang/opendylan
cd opendylan
git config blame.ignoreRevsFile .git-blame-ignore-revs # (optional)


You'll want to fork this repository so you can push changes to your
fork and then submit pull requests.
Expand Down

0 comments on commit a79abce

Please sign in to comment.