Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Contributor"

(Replaced content with "See https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/CONTRIBUTING.md")
Line 1: Line 1:
 
See https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/CONTRIBUTING.md
 
See https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/CONTRIBUTING.md
 
{{Jetty}}
 
 
{{Jetty Redirect|http://www.eclipse.org/jetty/documentation/current/advanced-contributing.html}}
 
 
These documents are for developers who want to contribute to the Jetty project.
 
 
== Community ==
 
 
Developers and users alike are welcome to engage the Jetty community.  We all have day jobs here, so don't just ask questions on IRC and become frustrated if no one answers right away.  Stick around to hear an answer, one is likely coming at some point!
 
 
=== Mailing Lists ===
 
 
Join the mailing lists:
 
 
* http://www.eclipse.org/projects/project_summary.php?projectid=rt.jetty
 
 
=== IRC ===
 
 
Join IRC and chat with us (and others):
 
 
* irc.freenode.org #jetty
 
 
=== CIA.vc ===
 
 
We aggregate most every commit across Jetty7 and Jetty8 into one page through cia.vc to provide a single view of all commit activity across jetty.  This page is updated at the bottom and top of the hour.
 
 
* http://cia.vc/stats/project/jetty
 
 
 
== Code and Issues ==
 
 
* [[/Contributing Patches|Contributing Patches]]
 
* [[/Coding Standards|Coding Standards]]
 
* [[/Bug Tracking|Bug Tracking]]
 
* [[/Building|Source]]
 
* [[/DevelopingWithGit|Developing with Git]]
 
* [[/DownloadEclipseOrg|download.eclipse.org]]
 
 
== Releasing ==
 
 
* [[/Releasing|Releasing]]
 
* [[/Eclipse Release|Eclipse Release]]
 
* [[/Update Site|Update Site]]
 
 
== Documentation ==
 
 
* [[/Editing the Wiki|Editing the Wiki]]
 
<!-- think about documenting these other websites, maybe not here, but somewhere
 
blogs?
 
eclipse.org/jetty/
 
jetty.mortbay.org/jetty/
 
codehaus wiki
 
-->
 
 
== Related Pages ==
 
{{#categorytree:Jetty Contributor|mode=pages}}
 

Revision as of 17:38, 16 August 2023

See https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/CONTRIBUTING.md

Back to the top