Skip to content

Conversation

Vyzer9
Copy link

@Vyzer9 Vyzer9 commented Oct 2, 2025

N/A – Moderate documentation improvement, no issues with Jira.

Tests completed

N/A – Changes only to Markdown. No functional code affected.

Proposed changelog entries

  • Improve README.md with a better structure, usage instructions, and a table of contents to improve the visuals and efficiency of the readme documentation, guidelines for contributors, and clarity in explanations with more content and even photos showing the user what the site looks like.

Proposed changelog category

/label skip-changelog

Proposed update guidelines

N/A

Captura de tela de 2025-10-02 20-54-04 Captura de tela de 2025-10-02 20-54-15 Captura de tela de 2025-10-02 20-54-19

Copy link

welcome bot commented Oct 2, 2025

Yay, your first pull request towards Jenkins core was created successfully! Thank you so much!

A contributor will provide feedback soon. Meanwhile, you can join the chats and community forums to connect with other Jenkins users, developers, and maintainers.

@comment-ops-bot comment-ops-bot bot added the skip-changelog Should not be shown in the changelog label Oct 2, 2025
@Vyzer9
Copy link
Author

Vyzer9 commented Oct 2, 2025

Hello, I've noticed the lack of content in the readme for some time now. Even though it's not that important, it helps a lot, and I've made the adjustments. If you need more content, if something is wrong or broken, or if I need to change the position, please let me know. Thank you, and I'm happy to help the Jenkins community. ❤️

Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

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

Thanks for your interest in contributing to Jenkins. Unfortunately, there are many errors in your proposed changes.

The pull request would have benefited significantly if you had checked that the commands work that are included in the pull request.

This looks like it might have been generated by AI without sufficient proofreading by the user submitting the text. Please spend your time as a contributor to assure that the pull request is accurate. There are many more contributors than there are reviewers.

@MarkEWaite MarkEWaite changed the title Important update to the ReadMe Update the ReadMe Oct 3, 2025
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

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

The formatting of the file needs to be corrected as well. Instructions for formatting are included in the contributing guide.

@Vyzer9
Copy link
Author

Vyzer9 commented Oct 3, 2025

I agree, I saw it here and it really does contain errors, I will resolve them immediately and ensure everything is 100% correct to be finalized ❤️

Vyzer9 and others added 3 commits October 2, 2025 23:44
Also format with `yarn lint:fix` as noted in the contributing guide.
@MarkEWaite
Copy link
Contributor

In the future, please use a branch that is named something other than master. When you use the branch named master, you complicate your local work with the repository and you complicate the work of the reviewer.

@Vyzer9
Copy link
Author

Vyzer9 commented Oct 3, 2025

Okay, thanks for the feedback. I won't be adding that branch name in future contributions. Do you think anything else is needed in the ReadMe?

@Vyzer9 Vyzer9 requested a review from MarkEWaite October 3, 2025 17:48
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

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

Looks good

@MarkEWaite MarkEWaite added the squash-merge-me Unclean or useless commit history, should be merged only with squash-merge label Oct 3, 2025
@MarkEWaite
Copy link
Contributor

Okay, thanks for the feedback. I won't be adding that branch name in future contributions. Do you think anything else is needed in the ReadMe?

I didn't see anything missing in my first review, but I'll leave the pull request open to wait for a second review.

README.md Outdated
Comment on lines 75 to 77
- Check our [friendly issues](https://issues.jenkins.io/issues/?jql=labels%20%3D%20newbie-friendly%20AND%20resolution%20is%20empty%20AND%20component%20%3D%20core)
- Join our [Gitter chat](https://app.gitter.im/#/room/#jenkinsci_newcomer-contributors:gitter.im) for questions and help
- Read the [Contribution Guidelines](CONTRIBUTING.md)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Check our [friendly issues](https://issues.jenkins.io/issues/?jql=labels%20%3D%20newbie-friendly%20AND%20resolution%20is%20empty%20AND%20component%20%3D%20core)
- Join our [Gitter chat](https://app.gitter.im/#/room/#jenkinsci_newcomer-contributors:gitter.im) for questions and help
- Read the [Contribution Guidelines](CONTRIBUTING.md)
- Read the [Contribution Guidelines](CONTRIBUTING.md)
- Check our [friendly issues](https://issues.jenkins.io/issues/?jql=labels%20%3D%20newbie-friendly%20AND%20resolution%20is%20empty%20AND%20component%20%3D%20core)
- Join our [Gitter chat](https://app.gitter.im/#/room/#jenkinsci_newcomer-contributors:gitter.im) for questions and help

Suggestion: read CONTRIBUTING.md first


Jenkins is used by millions of users and thousands of companies.
See [adopters](https://www.jenkins.io/project/adopters/) for the list of Jenkins adopters and their success stories.
Jenkins is trusted by **millions of users** and adopted by **thousands of companies** around the world — from startups to enterprises — to automate their software delivery pipelines.
Copy link
Member

Choose a reason for hiding this comment

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

Personal opinion: not sure about that change, the "adopted" seems a bit strange to me (then english is not my native language)

Also, do we really want those em-dashes? 😅

README.md Outdated
See [adopters](https://www.jenkins.io/project/adopters/) for the list of Jenkins adopters and their success stories.
Jenkins is trusted by **millions of users** and adopted by **thousands of companies** around the world — from startups to enterprises — to automate their software delivery pipelines.

Explore the [Adopters Page](https://www.jenkins.io/project/adopters/) to see:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Explore the [Adopters Page](https://www.jenkins.io/project/adopters/) to see:
Explore the [Adopters Page](https://www.jenkins.io/project/adopters/) and https://stories.jenkins.io to see:

suggestion: add stories.jenkins.io link

README.md Outdated

---

# 📌 Table of Contents
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# 📌 Table of Contents
# Table of Contents

Personal opinion: there is currently no emoji on the README, I would avoid adding one.

Copy link
Author

Choose a reason for hiding this comment

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

I'll leave it to the reader's eyes, it makes it easier and provides more clarity, but I'll remove it as you asked.

@Vyzer9
Copy link
Author

Vyzer9 commented Oct 3, 2025

@lemeurherve I have already applied the changes you requested, thank you, I think it is now ok for the merge

@lemeurherve
Copy link
Member

@Vyzer9 can you keep conversations unresolved until there is a change or acknowlegment please? (ex: #11147 (comment))

It makes it easier to follow for everyone.

@Vyzer9
Copy link
Author

Vyzer9 commented Oct 5, 2025

@lemeurherve Ok, I've already left it as unresolved, the other brother reviewed and approved the others.

@Vyzer9
Copy link
Author

Vyzer9 commented Oct 5, 2025

@lemeurherve I left it there as unresolved but I have already made all the requested changes, I will be waiting for the response and possible merge

Copy link

@A1exKH A1exKH left a comment

Choose a reason for hiding this comment

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

LGTM.

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

Labels

skip-changelog Should not be shown in the changelog squash-merge-me Unclean or useless commit history, should be merged only with squash-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants