Remove one-time issue creation scripts and documentation#21
Merged
Merlissa09 merged 2 commits intomainfrom Mar 17, 2026
Merged
Conversation
Co-authored-by: Merlissa09 <41809281+Merlissa09@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove references to one time script for initial issues
Remove one-time issue creation scripts and documentation
Mar 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the one-time GitHub issue-population scaffolding (scripts, workflow, JSON template, and supporting docs) now that the repository’s issues have already been created, and cleans up the main README accordingly.
Changes:
- Deleted one-off automation scripts (
create_issues.*,create_single_issue.sh) and the Wave 1 JSON template. - Removed the manual-dispatch “create issues” GitHub Actions workflow.
- Removed issue-creation documentation and stripped the corresponding section from
README.md.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
issues_wave1.json |
Removes the Wave 1 issue template data that’s no longer needed. |
create_single_issue.sh |
Removes the one-off REST API helper script for creating a single issue. |
create_issues.sh |
Removes the bulk issue creation bash script. |
create_issues.py |
Removes the bulk issue creation Python script. |
.github/workflows/create-issues.yml |
Removes the manual-dispatch workflow that executed issue creation. |
ISSUES_README.md |
Removes documentation for the deleted issue-creation scripts/workflow. |
MANUAL_ISSUE_CREATION.md |
Removes manual issue-creation instructions that are now obsolete. |
SOLUTION_SUMMARY.md |
Removes the summary doc describing the (now-removed) issue creation scaffolding. |
START_HERE.md |
Removes the entry-point doc for issue creation. |
VISUAL_GUIDE.md |
Removes the visual quickstart guide for issue creation. |
README.md |
Removes the “Creating Project Issues” section to reflect the deletion of the scaffolding. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Now that issues have been populated, the scaffolding used to create them no longer belongs in the repo.
Removed
create_issues.py,create_issues.sh,create_single_issue.sh— automation scriptsissues_wave1.json— JSON data template.github/workflows/create-issues.yml— manual-dispatch workflowISSUES_README.md,MANUAL_ISSUE_CREATION.md,SOLUTION_SUMMARY.md,START_HERE.md,VISUAL_GUIDE.md— supporting docsUpdated
README.md— stripped the "Creating Project Issues" section✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.