Skip to content

Commit f4e7dfa

Browse files
committed
docs: clean up readme
1 parent 71f9142 commit f4e7dfa

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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

6839
Some documentation description

0 commit comments

Comments
 (0)