You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This guide is for those who are new to Juneau and want to contribute code, specifically those who do not have write access to our repositories https://git-wip-us.apache.org/repos/asf/incubator-juneau.git or https://git-wip-us.apache.org/repos/asf/incubator-juneau-website.git

Step-by-step guide

  1. Create a fork of the repository you want to contribute to - https://github.com/apache/incubator-juneau - or - https://github.com/apache/incubator-juneau-website - the fork button is in the top right corner
  2. Clone your fork of the repository locally
  3. Make changes to your local clone.  If you haven't already, create a JIRA issue.
  4. Commit them locally, using the commit format of "JIRA-TICKET - What you changed" e.g. "JUNEAU-123 - Made JUNEAU better."
  5. Push these changes to your fork
  6. Navigate back to your fork or to our github repositories and you'll see an option to create a new pull request.
  7. Click on the blue link "Pull request" to bring up the create pull request screen.
    1.  
  8. After you've filled out a title and description, click on the green "Create pull request" button.

 

  • No labels