Update project title and improve component structure#107
Merged
Conversation
feat: update SimpleGrid component in AboutUs for improved responsive …
Review: Issue templates added All changes have been reviewed and approved based on the risk assessed. Status: Approved
Update project title in README
Update project title and add issue templates
…re and dependency management
|
Unable to deploy a commit from a private repository on your GitHub organization to the Devell Robinson's projects team on Vercel, which is currently on the Hobby plan. In order to deploy, you can:
To read more about collaboration on Vercel, click here. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR primarily cleans up duplicated/erroneous JSX/logic in the Programs pages and adds GitHub issue templates to standardize bug/feature intake. It also includes a small package-lock.json metadata update consistent with the repo’s postinstall script usage.
Changes:
- Removed duplicated lines / extra closing JSX fragments in multiple Programs pages.
- Adjusted Programs page layout wrapper closing tag to match the
Containerstructure. - Added GitHub issue templates for bug reports, feature requests, and a custom template stub.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package-lock.json | Adds npm metadata (hasInstallScript) consistent with install script presence. |
| app/(Public Pages)/(Programs)/programs/stop-the-stigma/page.tsx | Removes duplicated countdown calculation / extra closing lines. |
| app/(Public Pages)/(Programs)/programs/page.tsx | Fixes layout wrapper closing tag to match Container. |
| app/(Public Pages)/(Programs)/programs/navigators-network/page.tsx | Removes duplicated closing JSX at component end. |
| .github/ISSUE_TEMPLATE/feature_request.md | Adds a feature request issue template. |
| .github/ISSUE_TEMPLATE/custom.md | Adds a custom issue template (currently a placeholder stub). |
| .github/ISSUE_TEMPLATE/bug_report.md | Adds a bug report issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+2
to
+6
| name: Custom issue template | ||
| about: Describe this issue template's purpose here. | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' |
JMG3000
added a commit
that referenced
this pull request
Jun 5, 2026
Merge pull request #107 from codingUnited/master
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.
Review:
All changes have been reviewed and approved based on the risk assessed.
Status:
Approved