I have two questions.
Can you give me your opinion on this changelog, it is consulted by the players, and in comparison with the one of factorio, I find that we could improve, but I do not know, where to start.
https://www.unitystation.org/changelog#
Also,
shouldn't you explain/remind that to make a good git-release the easiest way is the following:
Make a clear issue to meet a need
Create a branch from the issue (attentin from gitkraken you have to link in gthub the issue and the branch, this is not done automatically)
Commit and PR titles must be clear and to the point.
Assigning the PR to a millestone is a good thing, (especially since you can make millestones that close after a given date)
Hello and thank you for this fantastic document
I have two questions. Can you give me your opinion on this changelog, it is consulted by the players, and in comparison with the one of factorio, I find that we could improve, but I do not know, where to start. https://www.unitystation.org/changelog#
Also, shouldn't you explain/remind that to make a good git-release the easiest way is the following: