Add repository infrastructure: Dependabot, issue/PR templates, CODEOWNERS, and configuration fixes#87
Merged
InauguralPhysicist merged 3 commits intomainfrom Dec 18, 2025
Conversation
…, CODEOWNERS, documentation URL fix, coverage badge, and script organization Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Dependabot configuration and issue templates
Add repository infrastructure: Dependabot, issue/PR templates, CODEOWNERS, and configuration fixes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds missing GitHub repository infrastructure to improve dependency management, contributor experience, and project configuration.
Changes
Dependabot (
.github/dependabot.yml): Updated labels toautomated, standardized PR limit to 5 for both pip and github-actionsIssue Templates (
.github/ISSUE_TEMPLATE/): Addedbug_report.md,feature_request.md, andconfig.ymllinking to Discussions and documentationPR Template (
.github/PULL_REQUEST_TEMPLATE.md): Added standardized template with type classification and checklistCODEOWNERS (
.github/CODEOWNERS): Added/src/eigenscript/compiler/section, expanded CI/CD coverage from/.github/workflows/to/.github/Documentation URL (
pyproject.toml): Fixed from GitHub repo path to actual docs site:https://inauguralphysicist.github.io/EigenScript/Script Organization: Moved
demo_phase_3_2.shtoscripts/directory, updated path navigation fromcd "$(dirname "$0")"tocd "$(dirname "$0")/.."Coverage Badge (
README.md): Added Codecov badge after existing status badgesOriginal prompt
Summary
This PR addresses several areas for improvement identified in the repository to enhance CI/CD, contributor experience, and project configuration.
Changes to Make
1. Add Dependabot Configuration
Create
.github/dependabot.ymlto enable automated dependency updates:2. Add Issue Templates
Create
.github/ISSUE_TEMPLATE/bug_report.md:Additional Context
Add any other context about the problem here.
Alternatives Considered
Describe any alternative solutions or features you've considered.
Additional Context
Add any other context, references, or screenshots about the feature request.
3. Add Pull Request Template
Create
.github/PULL_REQUEST_TEMPLATE.md:4. Add CODEOWNERS
Create
.github/CODEOWNERS:5. Fix Documentation URL in pyproject.toml
Update line 49 in
pyproject.tomlfrom:to:
6. Move demo script to scripts directory
Move
demo_phase_3_2.shfrom the repository root toscripts/demo_phase_3_2.sh.7. Add coverage badge to README.md
Add a coverage badge after line 13 in README.md (after the existing badges):
Why These Changes Matter
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.