Skip to content

Commit b498cf3

Browse files
Clarify Git history and commit requirements
1 parent 9445ca0 commit b498cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gettingstarted/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +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 has to be linear
57-
- Git commits have to be [Conventional Commit Spec](https://www.conventionalcommits.org/) compliant (automated versioning and changelogs)
56+
- Git history is linear
57+
- Git commits are [Conventional Commit Spec](https://www.conventionalcommits.org/) compliant (automated versioning and changelogs)
5858

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

0 commit comments

Comments
 (0)