eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Enhance contributing file with git commit details #361

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

Description

As a contributor to the Eclipse JNoSQL project, I want clear instructions on making git commits by the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/), so that my commits are consistent and easy to understand.

Proposed Solution

Add a section to the CONTRIBUTING.md file that explains the Conventional Commits specification and how to use it in the project. This should include instructions on how to format commit messages and which types of messages to use for different kinds of changes.

Acceptance Criteria

Task

:information_source: you can use the https://www.conventionalcommits.org/en/v1.0.0/ as a good reference documentation.

scorcism commented 1 year ago

Hello @otaviojava I would like work on this. Can you assign me. From my understaning I have to create a section and in there just have to mention steps for conventionalcommits.

nitin1chandani commented 1 year ago

I want to work on this, can you assign me.

otaviojava commented 1 year ago

There is a work on this issue: https://github.com/eclipse/jnosql/pull/363