TradeWars / gamemode

A work in progress aggressive economy gamemode...
5 stars 1 forks source link

Repository Standards #17

Open Southclaws opened 6 years ago

Southclaws commented 6 years ago

In this thread I'm proposing some standards for things like commit messages and change logs etc.

First, Changelog format:

https://keepachangelog.com/en/1.0.0/

This may be necessary for when the server is public, git commit messages are not useful to players.

The next is a commit format:

https://gitcop.com/features

I originally hated this when I attempted to contribute to a repo and my commit message was 80 characters long and they wanted 79. I also didn't start it with the correct word.

However there are some useful features in this tool. It may help to force contributors to make commit messages easier to read however I wouldn't enforce it really strongly, just on regular contributors and team members.