Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

CONTRIBUTING: Fix submitting changes deadlines

Runxi Yu 80d62c00 32c34501

+8
+8
CONTRIBUTING.md
··· 33 33 34 34 ## Submitting changes 35 35 36 + When fixing a bug, please write a regression test in a separate commit before 37 + your fix. Demonstrate that the regression test fails and that your fix lets it 38 + succeed. Obviously, the regression test must be reasonable, demonstrate a real 39 + issue (however minor), and must not itself contain hacks solely designed for 40 + the purposes of making the old code fail and the new one succeed. 41 + 42 + Choose any one of: 43 + 36 44 * Open a [pull request on Codeberg](https://codeberg.org/lindenii/furgit/pulls) 37 45 * [Send a patch](https://git-send-email.io) to 38 46 [my public inbox](https://lists.sr.ht/~runxiyu/public-inbox)