Update README#474
Merged
Merged
Conversation
| ## Created by | ||
|
|
||
| Developed and maintained by <a href="https://github.com/FuJacob">@FuJacob</a> and <a href="https://github.com/jam-cai">@jam-cai</a>. | ||
| Originally created by <a href="https://github.com/FuJacob">@FuJacob</a>, now developed and maintained by <a href="https://github.com/FuJacob">@FuJacob</a> and <a href="https://github.com/jam-cai">@jam-cai</a>. |
Contributor
There was a problem hiding this comment.
@FuJacob appears twice in the same sentence — once as the original creator and again as a co-maintainer. Dropping the redundant second mention keeps the attribution concise without losing any information.
Suggested change
| Originally created by <a href="https://github.com/FuJacob">@FuJacob</a>, now developed and maintained by <a href="https://github.com/FuJacob">@FuJacob</a> and <a href="https://github.com/jam-cai">@jam-cai</a>. | |
| Originally created by and still maintained by <a href="https://github.com/FuJacob">@FuJacob</a>, alongside <a href="https://github.com/jam-cai">@jam-cai</a>. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.
Summary
Validation
Linked issues
Risk / rollout notes
Greptile Summary
This PR updates the "Created by" attribution line in
README.mdto clarify that@FuJacobwas the original creator before@jam-caijoined as a co-maintainer.@FuJacob" before the existing "developed and maintained by" clause, resulting in@FuJacobappearing twice in the same sentence — a minor redundancy worth tidying up.Confidence Score: 5/5
A documentation-only change updating contributor attribution — safe to merge.
The change touches only a single prose line in README.md, adding historical context about the project's original author. There is no code, configuration, or behavior affected.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[README.md - Created by section] --> B[Before: 'Developed and maintained by FuJacob and jam-cai'] A --> C[After: 'Originally created by FuJacob, now developed and maintained by FuJacob and jam-cai'] C --> D[FuJacob referenced twice]Reviews (1): Last reviewed commit: "Update README" | Re-trigger Greptile