Skip to content

Commit b2da077

Browse files
Update contributing guidelines for git history and commits
1 parent 8f42374 commit b2da077

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/gettingstarted/contributing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ For a plugin to be accepted it has to satisfy the following **requirements**:
5353
- The project has an **active maintainer**.
5454
- The repository **content is essential** to the functionality of the plugin. Keep in mind that in future somebody else may want to maintain the plugin and for distribution the size of the repository should be minimal.
5555
- Icons are **vector graphics** or **128x128 raster images**.
56-
- Git history is linear
57-
- Git commits are [Conventional Commit Spec](https://www.conventionalcommits.org/) compliant (automated versioning and changelogs)
58-
- Git history is free of large blobs such as media.
56+
- Repository has a **linear git history free of binary blobs**.
57+
- Commits are **compliant with the [Conventional Commit specification](https://www.conventionalcommits.org/)**.
5958

6059
Having a _concise_ `README.md` summarizing features, requirements, limitations, supported platforms and implementation details is recommended.
6160

0 commit comments

Comments
 (0)