Skip to content

Add standard LICENSE and CONTRIBUTING documents#48

Merged
dotkas merged 1 commit intomainfrom
copilot/add-license-and-contributing-files
Apr 16, 2026
Merged

Add standard LICENSE and CONTRIBUTING documents#48
dotkas merged 1 commit intomainfrom
copilot/add-license-and-contributing-files

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

This repo was missing dedicated LICENSE and CONTRIBUTING.md files, leaving community-standard metadata embedded only as brief README notes. This change promotes those sections into first-class repository documents and keeps the README as the entry point.

  • Community standards

    • Add a top-level LICENSE file with the repository’s MIT license text
    • Add a top-level CONTRIBUTING.md with contribution scope, PR expectations, and existing repo checks
  • README cleanup

    • Replace the inline contributing/license blurbs with links to the new canonical documents
    • Keep contribution and licensing guidance discoverable without duplicating content in multiple places
  • Result

    • GitHub and other tooling can now detect repository license and contribution guidance directly from standard file locations
## 🤝 Contributing

...review the [contributing guide](./CONTRIBUTING.md) and open a pull request.

## 📄 License

This project is available under the [MIT License](./LICENSE).

@dotkas dotkas merged commit 2ddfff7 into main Apr 16, 2026
3 checks passed
@dotkas dotkas deleted the copilot/add-license-and-contributing-files branch April 16, 2026 20:51
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.

2 participants