File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,35 +34,6 @@ This is a template for creating Python projects. It includes a basic project str
3434 - Type ` Remote-Containers: Reopen in Container` and select it.
3535 - VS Code will build the Docker container defined in the ` .devcontainer` folder and open the project inside the container.
3636
37- # # Contributing
38-
39- # ## Conventional Commits
40-
41- We follow the [Conventional Commits] () specification to maintain a consistent commit history and enable automated tooling for releases and changelogs.
42-
43- # ### Commit message format:
44- ` ` `
45- Commit Message Format
46-
47- < type>( optional scope) : < short summary>
48-
49- [optional body]
50-
51- [optional footer(s)]
52- ` ` `
53-
54- # ### Common Types
55-
56- - ` feat` : A new feature
57- - ` fix` : A bug fix
58- - ` docs` : Documentation only changes
59- - ` style` : Changes that do not affect the meaning of the code (formatting, missing semicolons, etc.)
60- - ` refactor` : A code change that neither fixes a bug nor adds a feature
61- - ` perf` : A code change that improves performance
62- - ` test` : Adding or correcting tests
63- - ` chore` : Changes to the build process or auxiliary tools
64- - ` infra` : infrastructure ch
65-
6637# # Documentation
6738
6839Some documentation description
You can’t perform that action at this time.
0 commit comments