You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/contributing/contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ repo2docker merged.
10
10
community is a great way to save time later.
11
11
* Make edits in your fork of the repo2docker repository
12
12
* Submit a pull request (this is how all changes are made)
13
-
* Edit [the changelog](./../../changelog.html)
13
+
* Edit [the changelog](./../../changelog)
14
14
by appending your feature / bug fix to the development version.
15
15
* Wait for a community member to merge your changes
16
16
* (optional) Deploy a new version of repo2docker to mybinder.org by [following these steps](http://mybinder-sre.readthedocs.io/en/latest/deployment/how.html)
@@ -31,7 +31,7 @@ to help you make a contribution.
31
31
* describe why you are proposing the changes you are proposing;
32
32
* try to not rush changes (the definition of rush depends on how big your
33
33
changes are);
34
-
* Enter your changes into the [changelog](./../../changelog.html) in `docs/source/changelog.rst`;
34
+
* Enter your changes into the [changelog](./../../changelog) in `docs/source/changelog.rst`;
35
35
* someone else has to merge your PR;
36
36
* new code needs to come with a test;
37
37
* apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much
0 commit comments