mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
* ci: remove brew tag check from workflow * goreleaser: remove brew-specific configuration * .github: improve pull request template * .github: add copilot instructions
593 B
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.mdshould always be updated.