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: {{ cookiecutter.__package_name_kebab_case }}/README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ _Python application_: to serve this {% if cookiecutter.with_fastapi_api|int %}RE
18
18
19
19
## Contributing
20
20
21
-
### Setting up your development environment
22
-
23
21
<details>
24
22
<summary>Prerequisites</summary>
25
23
@@ -123,7 +121,8 @@ The following development environments are supported:
123
121
124
122
</details>
125
123
126
-
### Developing
124
+
<details>
125
+
<summary>Developing</summary>
127
126
{% if cookiecutter.with_conventional_commits|int %}
128
127
- 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).
0 commit comments