Skip to content

Add MIT license, point questions at issues - #264

Merged
Minitour merged 1 commit into
mainfrom
fix/263-mit-license
Sep 20, 2026
Merged

Minitour merged 1 commit into
mainfrom
fix/263-mit-license

Conversation

@Minitour

Copy link
Copy Markdown
Member

Summary

The README advertised an MIT badge linking to a LICENSE file that never existed, and CONTRIBUTING pointed at a discussions board that is not enabled (404). Reported in #263.

What changed

  • Added LICENSE (MIT, Copyright (c) 2026 Infragate) — the license the maintainer confirmed on the issue.
  • Added "license": "MIT" to package.json so the metadata matches.
  • CONTRIBUTING: "Open a [discussion] or issue" → "Open an [issue]".

Screenshots / logs

n/a — docs and metadata only.

Test plan

  • No code touched; verified GitHub reports Discussions as disabled (gh repo view --json hasDiscussionsEnabledfalse), so the issues link is the correct target.

Checklist

  • Tests added or updated — n/a, no behavior change
  • bunx tsc --noEmit passes — n/a, no TS touched
  • bun run smells clean vs base — n/a
  • Docs updated (if user-facing)

Fixes #263

🤖 Generated with Claude Code

Fixes #263. The README already advertised MIT and linked to a LICENSE
file that did not exist. CONTRIBUTING pointed at a discussions board
that is not enabled, so that link 404'd.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

PR Summary by Qodo

Add MIT License and Correct Contributor Support Link

📝 Documentation ⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

AI Description

• Adds the missing MIT license advertised by the project.
• Declares MIT licensing in package metadata.
• Directs contributor questions to enabled GitHub Issues instead of disabled Discussions.
High-Level Assessment

The approach is appropriate: it adds the standard MIT license as confirmed by the maintainer, aligns package metadata, and replaces a broken Discussions link with the repository's enabled Issues page. No architectural alternative is warranted.

Files changed (3) +23 / -1

Documentation (2) +22 / -1
CONTRIBUTING.mdDirect contributor questions to GitHub Issues +1/-1

Direct contributor questions to GitHub Issues

• Replaces the disabled GitHub Discussions link with a direct link to the repository's Issues page.

CONTRIBUTING.md

LICENSEAdd the project's MIT license +21/-0

Add the project's MIT license

• Adds the standard MIT license text with a 2026 Infragate copyright notice.

LICENSE

Other (1) +1 / -0
package.jsonDeclare MIT licensing in package metadata +1/-0

Declare MIT licensing in package metadata

• Adds the MIT SPDX license identifier so package metadata matches the repository license.

package.json

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can turn on the rule miner and Qodo learns your standards from review history

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@Minitour
Minitour merged commit d14847f into main Sep 20, 2026
9 checks passed
@Minitour
Minitour deleted the fix/263-mit-license branch September 20, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] No licence or Discussions page

1 participant