Skip to content

Commit 9445ca0

Browse files
Update contributing guidelines for Git practices
Added guidelines for Git history and commit standards.
1 parent 17d8044 commit 9445ca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gettingstarted/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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)
5658

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

0 commit comments

Comments
 (0)