Skip to content

Commit 3a71dba

Browse files
committed
Mix markdown in template
1 parent 88071e3 commit 3a71dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.repository_name}}/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ To contribute changes:
4646
1. Commit your changes to the feature branch (you should have `pre-commit` installed to ensure your code is correctly formatted when you commit changes).
4747
1. Push the branch to GitHub (`git push origin new-fix-or-feature`).
4848
1. On GitHub, create a new [pull request](https://github.com/{{ cookiecutter.repository_owner }}/{{ cookiecutter.repository_name }}/pull/new/main) from the feature branch.
49-
5049
{%- if cookiecutter.create_author_file == "y" %}
51-
When you contribute for the first time, ensure you add your name to the contributors list in `AUTHORS.md`!
5250

51+
When you contribute for the first time, ensure you add your name to the contributors list in `AUTHORS.md`!
5352
{%- endif %}
53+
5454
### Pull requests
5555

5656
Before submitting a pull request, check whether you have:

0 commit comments

Comments
 (0)