-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: initial version #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
1a5b202 to
4f3ff24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR is the initial version of the gamepad-helper library and includes new library files, documentation updates, and CI/Release automation workflows.
- Added a creator’s message file under assets for gamepad-themed content.
- Updated the README with installation instructions, project badges, and attribution.
- Added new files for MIT licensing, ReadTheDocs configuration, and GitHub workflows for docs, CI, and automated releases.
Reviewed Changes
Copilot reviewed 3137 out of 3138 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| assets/img/gamepads/playstation/- A Message from the Creator.txt | Added a welcome message and creator signature. |
| README.md | Updated project branding, installation instructions, and attribution details. |
| LICENSE | Added MIT License document. |
| .readthedocs.yaml | Introduced configuration for ReadTheDocs. |
| .github/workflows/update-docs.yml | Added workflow for updating documentation on release events. |
| .github/workflows/ci.yml | Added CI and release workflows to test, build, and publish the package. |
Files not reviewed (1)
- .npmignore: Language not supported
d85fd41 to
c649635
Compare
Description
This is the initial version of the library.
TODO:
Screenshot
Issues Fixed or Closed
Type of Change
.github/...)Checklist