Skip to content

Commit 9e55720

Browse files
authored
docs: simplify contributing section (#183)
1 parent 666e0d9 commit 9e55720

File tree

1 file changed

+2
-3
lines changed
  • {{ cookiecutter.__package_name_kebab_case }}

1 file changed

+2
-3
lines changed

{{ cookiecutter.__package_name_kebab_case }}/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ _Python application_: to serve this {% if cookiecutter.with_fastapi_api|int %}RE
1818

1919
## Contributing
2020

21-
### Setting up your development environment
22-
2321
<details>
2422
<summary>Prerequisites</summary>
2523

@@ -123,7 +121,8 @@ The following development environments are supported:
123121
124122
</details>
125123
126-
### Developing
124+
<details>
125+
<summary>Developing</summary>
127126
{% if cookiecutter.with_conventional_commits|int %}
128127
- This project follows the [Conventional Commits](https://www.conventionalcommits.org/) standard to automate [Semantic Versioning](https://semver.org/) and [Keep A Changelog](https://keepachangelog.com/) with [Commitizen](https://github.com/commitizen-tools/commitizen).
129128
{%- endif %}

0 commit comments

Comments
 (0)