chore: add .github folder with initial files#1
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR establishes the .github folder with standard project configuration files to support development workflows, issue tracking, and project maintenance.
Key changes:
- Added GitHub Actions workflow for automated test coverage reporting
- Created issue and pull request templates for consistent contributor experience
- Established commit convention documentation and project ownership files
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/coverage.yml |
Implements automated coverage collection and upload to Codacy on PRs and main branch pushes |
.github/PULL_REQUEST_TEMPLATE.md |
Provides structured template for PR descriptions with testing and review guidance |
.github/ISSUE_TEMPLATE/feature.yml |
Defines feature request template with description and design fields |
.github/ISSUE_TEMPLATE/config.yml |
Disables blank issues to enforce template usage |
.github/ISSUE_TEMPLATE/bug.yml |
Defines bug report template with description and solution fields |
.github/FUNDING.yml |
Specifies GitHub sponsor configuration |
.github/COMMIT_CONVENTION.md |
Documents conventional commit message standards adapted from Discord.js |
.github/CODEOWNERS |
Assigns default code review responsibility to BlessInSoftware/ZeroDay team |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
7e8f0f0 to
edb60c6
Compare
edb60c6 to
1625c4f
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
1625c4f to
ffbf67d
Compare
ffbf67d to
d2ed379
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
QuackDuster
left a comment
There was a problem hiding this comment.
This is going to be useful for PR's, LGTM
Description
Add the defaults of the
.githubfolderRelated issues
Testing
Screenshots
Notes