content/submit-patch.html (137 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <meta name="theme-color" content="#2196F3"> <title>Apache Airavata</title> <!-- CSS --> <link href="assets/min/plugin-min.css" type="text/css" rel="stylesheet"> <link href="assets/min/custom-min.css" type="text/css" rel="stylesheet" > </head> <body id="top" > <!-- Pre Loader --> <div id="loader-wrapper"> <div id="loader"></div> <div class="loader-section section-left"></div> <div class="loader-section section-right"></div> </div> <!--Navigation--> <div class="navbar-fixed"> <nav id="nav_f" class="default_color" role="navigation"> <div class="container"> <div class="nav-wrapper"> <a href="index.html" id="logo-container" class="brand-logo"> <img src="assets/img/airavata-brand.png" width="50%" /> </a> <ul class="right hide-on-med-and-down"> <li ><a href="about.html">About</a></li> <li ><a href="development.html">Development</a></li> <li > <a href="learning.html">Learning</a> <!-- <ul class=""> <li>Test1</li> <li>Test1</li> <li>Test1</li> </ul> --> </li> <li ><a href="get-involved.html">Get Involved</a></li> <li ><a href="community.html">Community</a></li> </ul> <ul id="nav-mobile" class="side-nav"> <li ><a href="about.html">About</a></li> <li ><a href="development.html">Development</a></li> <li ><a href="learning.html">Learning</a></li> <li ><a href="get-involved.html">Get Involved</a></li> <li ><a href="community.html">Community</a></li> </ul> <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a> </div> </div> </nav> </div> <div class="page-content"> <div class="wrapper"> <div class="post"> <header class="post-header"> <h1 class="post-title center">Submit Patch</h1> </header> <div class="section no-pad-bot"> <main><div class="container"> <ul> <li>Identify an issue or documentation that you want to fix or improve</li> <li>Search <a href="https://issues.apache.org/jira/browse/airavata">JIRA</a> and the mailing list to see if it’s already been discussed</li> <li>If it’s a bug or a feature request, open a JIRA issue</li> <li>Create a sample that you can use for prototyping the feature or demonstrating the bug. If creating a sample is time consuming, write steps to reproduce the issue.</li> <li>Attach this sample to the JIRA issue if it’s representing a bug report.</li> <li>Setup a svn client in your system.</li> <li><a href="source.html">Checkout</a> the source code.</li> <li>Make your changes</li> <li>Create the patch:<ul> <li>svn add any_files_you_added</li> <li>svn diff &gt; /tmp/fix-AIRAVATA-NNNN.patch</li> </ul> </li> <li>Attach that file (/tmp/fix-AIRAVATA-NNNN.patch) to the JIRA</li> </ul> </article> </div></main> </div> </div> </div> <footer id="contact" class="page-footer default_color scrollspy"> <div class="container"> <div class="row" style="margin-bottom: 0;"> <div class="col m5 s12"> <div class="col m4 right-align"> <a href="http://apache.org" target="_blank"> <img src="assets/img/apache-logo.png" width="70%"/> </a> </div> <div class="col m8"> <a href="http://apache.org" target="_blank"> <h5 class="white-text">Apache</h5> </a> <ul> <li><a class="white-text" href="http://apache.org/" target="_blank">Apache Software Foundation</a> </li> <li><a class="white-text" href="http://apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> <li><a class="white-text" href="http://apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li> <li><a class="white-text" href="http://apache.org/security/" target="_blank">Security</a></li> </ul> </div> </div> <div class="col m4 s12"> <h5 class="white-text">Apache Airavata</h5> <ul> <li><a class="white-text" href="mailing-list.html">Mailing List</a></li> <li><a class="white-text" href="development.html#downloads">Downloads</a></li> <li><a class="white-text" href="learning.html#documentation">Documentation</a></li> <li><a class="white-text" href="https://issues.apache.org/jira/browse/airavata/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="_blank">Issue Tracking</a></li> </ul> </div> <div class="col m3 s12"> <h5 class="white-text">Get Involved</h5> <ul> <li><a class="white-text" href="get-involved.html#how-to-contribute">Become a Contributor</a></li> <li><a class="white-text" href="gsoc.html">Student GSoC Projects</a></li> </ul> <a href="https://www.apache.org/events/current-event.html"> <img src="https://www.apache.org/events/current-event-125x125.png" style="padding-top:0.5em;"> </a> </div> </div> <div class="row"> <div class="col-lg-12"> <p class="footer-copyright">Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a class="white-text" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. </p> <p class="footer-copyright">Apache Airavata, Airavata, Apache, Apache Airavata Logo and the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> </div> </div> </footer> </body> <!-- Scripts--> <script src="assets/min/plugin-min.js"></script> <script src="assets/min/custom-min.js"></script> </html>