Skip to content

Add LICENSE, .gitignore, and fix Contributors.md filename inconsistency#2

Merged
jaseel0 merged 2 commits intomainfrom
copilot/add-all-need-files
Feb 20, 2026
Merged

Add LICENSE, .gitignore, and fix Contributors.md filename inconsistency#2
jaseel0 merged 2 commits intomainfrom
copilot/add-all-need-files

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

Repository was missing standard open-source project files and had a broken filename mismatch between docs and the actual Contributors.md file, which would cause contributor PRs to fail auto-merge.

Changes

  • LICENSE — Added MIT License
  • .gitignore — Added standard ignores for OS artifacts, editors, logs, and node_modules/
  • README.md / CONTRIBUTING.md — Fixed all references from CONTRIBUTORS.mdContributors.md to match the actual file and the auto-merge workflow check:
# auto-pr-merge.yml validates against this exact filename
if [ "$CHANGED" = "Contributors.md" ]; then

Contributors following the docs were referencing a filename that would never pass the workflow gate.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com>
Copilot AI changed the title [WIP] Add all needed files for project setup Add LICENSE, .gitignore, and fix Contributors.md filename inconsistency Feb 20, 2026
Copilot AI requested a review from jaseel0 February 20, 2026 06:32
@jaseel0 jaseel0 requested a review from naheel0 February 20, 2026 06:42
@jaseel0 jaseel0 marked this pull request as ready for review February 20, 2026 06:43
@jaseel0 jaseel0 merged commit a6069e2 into main Feb 20, 2026
1 check passed
@naheel0 naheel0 deleted the copilot/add-all-need-files branch February 20, 2026 08:20
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.

3 participants