Commit Graph

4 Commits

Author SHA1 Message Date
vitalii.semianchuk 4a04d6ad70 fix: undefined functions in shell scripts + typos
uninstall_nomad.sh was referencing color variables and a header_red
function that were never defined — copied the definitions from the
install script so error messages actually display properly.

update_nomad.sh had the same header_red issue, plus the success message
was copy-pasted from the install script and still said "installation
completed" with a broken variable reference.

also:
- "comma-seperated" → "comma-separated" in the AI prompt template
- "reserve the right accept" → "reserve the right to accept" in CONTRIBUTING.md
2026-07-01 18:22:19 +01:00
chriscrosstalk 42fb4444dd docs: require linked issue for non-trivial PRs (#799)
Tightens the existing "open an issue first" guidance: non-trivial PRs
must reference a corresponding issue and may be closed without one.
Adds an explicit carveout for trivial fixes (typos, doc clarifications,
small one-line bugs) so drive-by improvements still flow through.
2026-05-20 10:16:00 -07:00
Jake Turner 9964a82240 docs: update CONTRIBUTING.md 2026-04-03 14:26:50 -07:00
Jake Turner 5d97d471d0
docs: add CONTRIBUTING guidelines 2026-03-12 22:48:53 +00:00