Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config Explanation Table (Readme)

Everduin94 opened this issue · comments

A table should be added to the Readme that explains what each property does

This would be a good first time issue / help wanted

I can fill in any gaps or help with any explanations if someone else ends up picking this up

I want to contribute. Can you please assign me? @Everduin94

@bhanudatsinhjhala - Hey sorry for the late reply, I was on vacation :)

You can fork and give it a shot, there's no official rules here about assigning haha. Thanks for wanting to contribute, I appreciate it :)

To add more context, I'm thinking the table should be something like this.

Property Description
property-name-here a short description of what it does

If the property name is nested in an object like commit_type: { enable } then write it like this as the property name: commit_type.enable.

Does that all make sense? -- Even if you're not sure what something does, just building out the structure of the table for me to fill in would be very helpful.