| <?php |
| /** |
| * Copyright (c) 2018 Eurotech and/or its affiliates. |
| * |
| * This program and the accompanying materials are made |
| * available under the terms of the Eclipse Public License 2.0 |
| * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| */ |
| ?> |
| |
| <div class="container" style="min-height: 800px;"> |
| <h2 id="mailing-list">Mailing List</h2> |
| <p> |
| A great way to stay up to date with Kura activity is to subscribe to the Kura email list provided by Eclipse. Sign up for the |
| mailing list <a href="https://dev.eclipse.org/mailman/listinfo/kura-dev" target="_blank">here</a>. |
| </p> |
| |
| <h2 id="issue-tracker">Issue Tracker</h2> |
| <p> |
| Issues and bugs related to Kura are tracked with Github Issues. Please enter any issues you find |
| <a href="https://github.com/eclipse/kura/issues" target="_blank">there</a>. |
| </p> |
| |
| <h2 id="discussion-forum">Discussion Forum</h2> |
| <p> |
| A general discussion forum can be found <a href="http://eclipse.org/forums/eclipse.kura" target="_blank">here</a>. |
| </p> |
| |
| <h2 id="contributing">Contributing</h2> |
| <p> |
| An overview of the contribution process is <a href="https://wiki.eclipse.org/Development_Resources/Contributing_via_Git" target="_blank">here</a>. The key points are: |
| </p> |
| <ol> |
| <li>Ensure you have signed the Eclipse Foundation Contributor License Agreement (CLA)</li> |
| <li>Fork the git repository of the component you want to contribute to</li> |
| <li>Fix the issue and add suitable tests</li> |
| <li>Ensure your contribution is collapsed into a single commit</li> |
| <li>Submit your contribution to the corresponding git repository</li> |
| </ol> |
| |
| |
| <h2 id="security-issues">Security Issues</h2> |
| <p> |
| Vulnerabilities can be reported either via email to the Eclipse Security Team or directly with a project via the Eclipse Foundation's Bugzilla instance. For more |
| information, please visit <a href="https://www.eclipse.org/security/">here</a>. |
| </p> |
| |
| <h2 id="validation">Validation</h2> |
| <p> |
| Use <a href="http://www.eclipse.org/downloads/download.php?file=/kura/docs/qa/Kura_Test_Specification.xlsx" target="_blank">this spreadsheet</a> as a baseline for |
| performing validation on Eclipse Kura. |
| </p> |
| |
| <h2 id="benefactors">Benefactors</h2> |
| <p> |
| YourKit is kindly supporting this open source project with its full-featured Java Profiler. |
| YourKit, LLC is the creator of innovative and intelligent tools for profiling |
| Java and .NET applications. Take a look at YourKit's leading software products: |
| <a href="http://www.yourkit.com/java/profiler/index.jsp" target="_blank">YourKit Java Profiler</a> and |
| <a href="http://www.yourkit.com/.net/profiler/index.jsp" target="_blank">YourKit .NET Profiler</a>. |
| </p> |
| </div> |