You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Never report security issues on GitHub, public Jira issues or other public channels (Gitter/Twitter/etc.),
4
-
follow the instruction from [Jenkins Security](https://www.jenkins.io/security/#reporting-vulnerabilities) to
3
+
**Never report security issues on GitHub, public Jira issues or other public channels (Gitter/Twitter/etc.),
4
+
follow the instruction from [Jenkins Security](https://www.jenkins.io/security/#reporting-vulnerabilities) to
5
5
report it on [Jenkins Jira](https://issues.jenkins.io/)**
6
6
7
7
In the Jenkins project we appreciate any kind of contributions: code, documentation, design, etc.
@@ -11,68 +11,69 @@ Check out [this page](https://jenkins.io/participate/) for more information and
11
11
Many plugins and components also define their own contributing guidelines and communication channels.
12
12
There is also a big number of [mailing lists](https://jenkins.io/mailing-lists/) and [chats](https://jenkins.io/chat/).
13
13
14
-
15
14
## Newcomers
16
15
17
16
If you are a newcomer contributor and have any questions, please do not hesitate to ask in the [Newcomers Gitter channel](https://gitter.im/jenkinsci/newcomer-contributors).
18
17
19
18
## Useful links
20
19
21
-
*[Jenkins: Participate and Contribute](https://jenkins.io/participate/)
22
-
*[Slides: Contributing to Jenkins - it is all about you](https://docs.google.com/presentation/d/1JHgVzWZAx95IsUAZp8OoyCQGGkrCjzUd7eblwd1Y-hA/edit?usp=sharing)
20
+
-[Jenkins: Participate and Contribute](https://jenkins.io/participate/)
21
+
-[Slides: Contributing to Jenkins - it is all about you](https://docs.google.com/presentation/d/1JHgVzWZAx95IsUAZp8OoyCQGGkrCjzUd7eblwd1Y-hA/edit?usp=sharing)
23
22
24
23
### Source code contribution ways of working
25
24
26
25
- For larger contributions create an issue for any required discussion
27
26
- Implement solution on a branch in your fork
28
27
- Make sure to include issue ID (if created) in commit message, and make the message speak for itself
29
28
- Once you're done create a pull request and ask at least one of the maintainers for review
30
-
- Remember to title your pull request properly as it is used for release notes
29
+
- Remember to title your pull request properly as it is used for release notes
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
7
7
8
8
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
9
10
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ This plugin aims to bring the best of Blue Ocean into the regular Jenkins UI.
34
34
35
35
That means functionality like:
36
36
37
-
*[x] Pipeline graph
38
-
*[x] Summary of runs in a job (like [Pipeline Stage View Plugin](https://github.com/jenkinsci/pipeline-stage-view-plugin/), but simpler, more modern and more performant)
39
-
*[x] Modern logs viewing
37
+
-[x] Pipeline graph
38
+
-[x] Summary of runs in a job (like [Pipeline Stage View Plugin](https://github.com/jenkinsci/pipeline-stage-view-plugin/), but simpler, more modern and more performant)
39
+
-[x] Modern logs viewing
40
40
41
41
The plugin should be lightweight, using or providing extension points where possible rather than building everything into one plugin.
0 commit comments