-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Update the ReadMe #11147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the ReadMe #11147
Changes from 5 commits
a75360d
84bcf99
c3a4966
61ac74c
fcc70cd
2858eb4
f518623
74ce300
e6a4130
1d9d563
2fc30d0
2c37311
709f36e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,15 +2,32 @@ | |||||||||||||
| <img width="400" src="https://www.jenkins.io/images/jenkins-logo-title-dark.svg" alt="Jenkins logo"> | ||||||||||||||
| </a> | ||||||||||||||
|
|
||||||||||||||
| # About | ||||||||||||||
|
|
||||||||||||||
| [](https://www.jenkins.io/changelog) | ||||||||||||||
| [](https://www.jenkins.io/changelog-stable) | ||||||||||||||
| [](https://hub.docker.com/r/jenkins/jenkins/) | ||||||||||||||
| [](https://bestpractices.coreinfrastructure.org/projects/3538) | ||||||||||||||
| [](https://maven.apache.org/guides/mini/guide-reproducible-builds.html) | ||||||||||||||
| [](https://app.gitter.im/#/room/#jenkinsci_jenkins:gitter.im) | ||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| # 📌 Table of Contents | ||||||||||||||
|
|
||||||||||||||
| - [About](#about) | ||||||||||||||
| - [What to Use Jenkins for and When to Use It](#what-to-use-jenkins-for-and-when-to-use-it) | ||||||||||||||
| - [Downloads](#downloads) | ||||||||||||||
| - [Getting Started (Development)](#getting-started-development) | ||||||||||||||
| - [Source](#source) | ||||||||||||||
| - [Contributing to Jenkins](#contributing-to-jenkins) | ||||||||||||||
| - [News and Website](#news-and-website) | ||||||||||||||
| - [Governance](#governance) | ||||||||||||||
| - [Adopters](#adopters) | ||||||||||||||
| - [License](#license) | ||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| # About | ||||||||||||||
|
|
||||||||||||||
| In a nutshell, Jenkins is the leading open-source automation server. | ||||||||||||||
| Built with Java, it provides over 2,000 [plugins](https://plugins.jenkins.io/) to support automating virtually anything, | ||||||||||||||
| so that humans can spend their time doing things machines cannot. | ||||||||||||||
|
|
@@ -39,35 +56,63 @@ For all distributions Jenkins offers two release lines: | |||||||||||||
| Older release line which gets periodically updated via bug fix backports. | ||||||||||||||
|
|
||||||||||||||
| Latest releases: | ||||||||||||||
|
|
||||||||||||||
| [](https://www.jenkins.io/changelog) | ||||||||||||||
| [](https://www.jenkins.io/changelog-stable) | ||||||||||||||
|
|
||||||||||||||
| # Getting Started (Development) | ||||||||||||||
Pnkcaht marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||
|
|
||||||||||||||
| For more information on setting up your development environment, contributing, and working with Jenkins internals, check the [contributing guide](CONTRIBUTING.md) and the [Jenkins Developer Documentation](https://www.jenkins.io/doc/developer/). | ||||||||||||||
|
|
||||||||||||||
| # Source | ||||||||||||||
|
|
||||||||||||||
| Our latest and greatest source of Jenkins can be found on [GitHub](https://github.com/jenkinsci/jenkins). Fork us! | ||||||||||||||
|
|
||||||||||||||
| # Contributing to Jenkins | ||||||||||||||
|
|
||||||||||||||
| Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Jenkins core. | ||||||||||||||
| New to open source or Jenkins? Here’s how to get started: | ||||||||||||||
|
|
||||||||||||||
| - 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) | ||||||||||||||
|
||||||||||||||
| - 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
krisstern marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment.
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? 😅
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personal opinion: there is currently no emoji on the README, I would avoid adding one.
There was a problem hiding this comment.
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.