The bug report template's version placeholder still shows 0.2.2

Open Beginner friendly
#512 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
88/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Active
Tech stack
swift
Domain
documentation

Research direction

Read CONTRIBUTING.md, then inspect .github/ISSUE_TEMPLATE/bug_report.yml lines 34-48 and compare the About location with the app or Sources/UttrflowUX. Update the version and macOS placeholders while keeping the description accurate, then run make verify with the specified DEVELOPER_DIR; done means the template reflects current formats and verification passes.

Written by the indexing model from the issue text.

Description

area:docs area:general documentation good first issue P2

What happens

.github/ISSUE_TEMPLATE/bug_report.yml:38 uses placeholder: "0.2.2" for the Uttrflow version, and line 46 uses "26.1" for macOS. Releases moved to calendar versions with 2026.9.14 (see RELEASING.md:20), and the app requires macOS 26 or later.

Why it matters

The placeholder is an example of what to type. An old semantic version suggests the reporter is looking in the wrong place, or that the project still ships that version.

How to check

Open the "Bug report" form on the Issues page, or read lines 34-48 of the template.

Acceptance criteria

  • The version placeholder shows a calendar version in the current format, for example 2026.9.14.
  • The macOS placeholder shows a current macOS 26 version.
  • The description ("The foot of the sidebar, or Uttrflow → About.") is still accurate; check it against the app or Sources/UttrflowUX and fix it if not.

Where to start

  • .github/ISSUE_TEMPLATE/bug_report.yml
  • Tests to extend: none; make verify still has to pass.
  • Before pushing, run make verify (export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer first). It is the same command CI runs, and it enforces the 95% coverage floor per module.
  • Read CONTRIBUTING.md first, and say on this issue that you are taking it.

Size: XS, under an hour.

Dominant language
Swift
Stars
4
Forks
17
Avg merge
18h 15m
Merged PRs (30d)
442

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from uttrflow/uttrflow-swift

All issues in uttrflow/uttrflow-swift

Similar issues

More Swift issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.