Skip to content

Remove one-time issue creation scripts and documentation#21

Merged
Merlissa09 merged 2 commits intomainfrom
copilot/remove-one-time-script-references
Mar 17, 2026
Merged

Remove one-time issue creation scripts and documentation#21
Merlissa09 merged 2 commits intomainfrom
copilot/remove-one-time-script-references

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

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 scripts
  • issues_wave1.json — JSON data template
  • .github/workflows/create-issues.yml — manual-dispatch workflow
  • ISSUES_README.md, MANUAL_ISSUE_CREATION.md, SOLUTION_SUMMARY.md, START_HERE.md, VISUAL_GUIDE.md — supporting docs

Updated

  • 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.

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
Copilot AI requested a review from Merlissa09 March 17, 2026 22:58
@Merlissa09 Merlissa09 marked this pull request as ready for review March 17, 2026 23:50
Copilot AI review requested due to automatic review settings March 17, 2026 23:50
@Merlissa09 Merlissa09 merged commit 6e19e0b into main Mar 17, 2026
2 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants