Replies: 1 comment 2 replies
-
Hey @sewbacca, thanks for spotting in! Let me add my thoughts and maybe we find some solutions:
We should add general testing per commit or minimum per pull request. We can use GitHub actions for this. But in addition I prefer manually testing locally.
I would prefer trunk based development; or in other words: there will be a main/master branch and branches for bugfixes, new features etc. Everytime there is a PR merged into main/master, there will be a new version + release based on SemVer.
I also prefer creating an issue, then a branch based on the issue + PR into master when tested.
I am about to stick to Convential Commits, but would also be new to me, which isn't a problem. Reason for convential commits is, to be able to create auto generated release notes.
There is already a discord server for all my github stuff. Wouldn't be a problem to me, to add a new section to the server to have a faster response time for discussions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have some opinions about how to handle this fork (@Ismoh, ogsadmin?). Following questions are on my mind:
(Fix/Update/Add) <message>
Beta Was this translation helpful? Give feedback.
All reactions