arl.gitmux/.github/pull_request_template.md
Aurélien Rainone 3d6516be61
Repository gardening (#131)
* ci: remove brew tag check from workflow

* goreleaser: remove brew-specific configuration

* .github: improve pull request template

* .github: add copilot instructions
2025-07-31 11:47:06 +02:00

593 B

Purpose

Describe the problem or feature in addition to a link to the issues.

Approach

How does this Pull Request address the problem?

Testing

  • There should be some unit tests for every behaviour change or new feature
  • If you're adding a new configuration option, the default configuration file (.gitmux.yml) should be modified with the new option
  • There's a test that verifies that gitmux output always remains the same across versions when using the default configuration. You can run it with: go test -run TestScriptst
  • README.md should always be updated.