Flayms / Markdown2Pdf

.NET library for converting markdown to PDF.
https://www.nuget.org/packages/Markdown2Pdf/
MIT License
5 stars 1 forks source link

Contributing Guide line #49

Closed INOPIAE closed 4 months ago

INOPIAE commented 5 months ago

Are you sure that a new branch should be base on then develop branch. For me this will lead to inconstitings branches.

Flayms commented 5 months ago

With a main and dev branch it's fairly common to branch from dev. It can make later merging easier because you already develop ontop of the other new code, rather than a potential stale main. Can't enforce this sadly so a CONTRIBUTING.md is the best alternative. See https://softwareengineering.stackexchange.com/questions/393422/git-branching-convention-baseline-from-dev-or-master .

Flayms commented 4 months ago

It's probably easier without develop branch so once i find some time for it, i will remove that one, so all PRs go directly into main

Flayms commented 4 months ago

resolved with #74