Fixes #156 Make Ops to Devops changes in repo docs - #167
Open
Benettonkkb wants to merge 4 commits into
Open
Conversation
Fixes #156 by replacing Ops terms to Devops
There was a problem hiding this comment.
Pull request overview
This PR updates repository documentation and GitHub issue templates to reflect the “Ops” → “DevOps” rename described in issue #156.
Changes:
- Renames “Ops Community of Practice” references to “DevOps Community of Practice” in the main README.
- Updates CONTRIBUTING header text and related references to “DevOps”.
- Updates selected issue templates and the blank issue form resource link to point to
hackforla/devopsinstead ofhackforla/ops.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Renames top-level “Ops” wording to “DevOps” in the community overview and steps. |
| CONTRIBUTING.md | Updates contribution guide heading/labels to “DevOps” (with some internal-link consistency issues noted). |
| .github/ISSUE_TEMPLATE/onboard-ops-cop-lead.md | Updates Slack/team/wiki references from ops to devops in the onboarding checklist. |
| .github/ISSUE_TEMPLATE/offboard-ops-cop-lead.md | Updates wiki/team links from ops to devops in the offboarding checklist. |
| .github/ISSUE_TEMPLATE/blank-issue-form.yml | Updates the “Resources” link to the devops wiki and is used to flag a missing template update per PR description. |
Suppressed comments (1)
CONTRIBUTING.md:179
- The example issue link text says “DevOps repo”, but the URL still points to the
hackforla/opsrepository. Update the URL to the renamed repo to avoid sending readers to the wrong place.
For example, if you create a new issue branch for [Add a CONTRIBUTING.md to the DevOps repo #120](https://github.com/hackforla/ops/issues/120):
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Implented fixes in line with requested change illuminated by Copilot Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Benettonkkb
commented
Aug 6, 2026
Benettonkkb
left a comment
Member
Author
There was a problem hiding this comment.
Had to make changes. The highlighted Copilot change for blank-issue-form.yml appears to have been mistaken, or stale
| description: "Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc." | ||
| value: | | ||
| [Resources](https://github.com/hackforla/ops/wiki) | ||
| [Resources](https://github.com/hackforla/devops/wiki) |
Member
Author
There was a problem hiding this comment.
accepted. This is not recruit-new-lead.md as Copilot states, but a good find. I am wondering if it's is a Case Match issue.
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.
Fixes #156 by replacing Ops terms to Devops
What changes did you make?
README.md: replace all instances of 'Ops' to 'DevOps'
CONTRIBUTING.md: replace all instances of 'Ops' to 'DevOps'
.github/ISSUE_TEMPLATE/offboard-ops-cop-lead.md: change instances of 'ops' to 'devops'
.github/ISSUE_TEMPLATE/onboard-ops-cop-lead.md: change instances of 'ops' to 'devops'
.github/ISSUE_TEMPLATE/recruit-new-lead.md: change instances of 'ops' to 'devops'
.github/ISSUE_TEMPLATE/blank-issue-form.yaml: in resources, change 'ops' repo link to 'devops'
Why did you make the changes (we will use this info to test)?