File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11include LICENSE
2- include README.md
2+ include README.rst
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Coding style conventions and code quality
8787* You can use ``yapf `` to fix the readability of your code style and ``isort `` to format and group your imports
8888* `Relevant section in the guide <https://guide.esciencecenter.nl/languages/python.html#coding-style-conventions >`_
8989
90- CHANGELOG.md
90+ CHANGELOG.rst
9191------------
9292
9393* Document changes to your software package
@@ -101,13 +101,13 @@ CITATION.cff
101101* To generate a CITATION.cff file given a DOI, use `doi2cff <https://github.com/citation-file-format/doi2cff >`_.
102102* `Relevant section in the guide <https://guide.esciencecenter.nl/software/documentation.html#citation-file >`_
103103
104- CODE_OF_CONDUCT.md
104+ CODE_OF_CONDUCT.rst
105105------------------
106106
107107* Information about how to behave professionally
108108* `Relevant section in the guide <https://guide.esciencecenter.nl/software/documentation.html#code-of-conduct >`_
109109
110- CONTRIBUTING.md
110+ CONTRIBUTING.rst
111111---------------
112112
113113* Information about how to contribute to this software package
@@ -155,7 +155,7 @@ Contributing
155155************
156156
157157If you want to contribute to the development of {{ cookiecutter.project_name }},
158- have a look at the `contribution guidelines <CONTRIBUTING.md >`_.
158+ have a look at the `contribution guidelines <CONTRIBUTING.rst >`_.
159159
160160License
161161*******
You can’t perform that action at this time.
0 commit comments