diff options
| author | 2026-03-26 09:23:52 +0000 | |
|---|---|---|
| committer | 2026-03-26 09:23:52 +0000 | |
| commit | 80d62c0096394dea7960c1d4fdd509c1dfe29c98 (patch) | |
| tree | d85e38ce549f39efc699d42b7719bb185fbf0c9f /CONTRIBUTING.md | |
| parent | commitquery: Some file reorganizations (diff) | |
| signature | No signature | |
CONTRIBUTING: Fix submitting changes deadlines v0.1.117
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0fefe38..7696578a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,14 @@ Choose any one of: ## Submitting changes +When fixing a bug, please write a regression test in a separate commit before +your fix. Demonstrate that the regression test fails and that your fix lets it +succeed. Obviously, the regression test must be reasonable, demonstrate a real +issue (however minor), and must not itself contain hacks solely designed for +the purposes of making the old code fail and the new one succeed. + +Choose any one of: + * Open a [pull request on Codeberg](https://codeberg.org/lindenii/furgit/pulls) * [Send a patch](https://git-send-email.io) to [my public inbox](https://lists.sr.ht/~runxiyu/public-inbox) |
