This repository was archived by the owner on Oct 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (54 loc) · 3.36 KB
/
index.html
File metadata and controls
70 lines (54 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CA-DevTest.github.io</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>CA-DevTest</h1>
<p>CA Technologies DevTest community</p>
<p class="view"><a href="https://github.com/CA-DevTest">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a name="welcome-to-ca-devtest-community" class="anchor" href="#welcome-to-ca-devtest-community"><span class="octicon octicon-link"></span></a>Welcome to CA DevTest community
</h1>
<p>This page describes how you can contribute to the CA DevTest community and steps to follow to release your community contribution.</p>
<h2>
<a name="join-the-ca-devtest-organization" class="anchor" href="#join-the-ca-devtest-organization"><span class="octicon octicon-link"></span></a>Join the CA-DevTest organization
</h2>
<p>Create a github account, and request to join the organization by sending an email to <a href="mailto:ian.kelly@ca.com">ian.kelly@ca.com</a>.</p>
<h2>
<a name="fork-a-repo-or-generate-a-pull-request" class="anchor" href="#fork-a-repo-or-generate-a-pull-request"><span class="octicon octicon-link"></span></a>Fork a repo or generate a pull request</h2>
<p>If you want to contribute to an existing repository, simply fork the repository, make your changes and send a pull request. If you need help on this, you can contact for example the person who has done the latest commits to that repository.</p>
<h2>
<a name="license-to-be-used" class="anchor" href="#license-to-be-used"><span class="octicon octicon-link"></span></a>License to be used</h2>
<p>Currently we want each contribution to have the following license information maintained:</p>
<p>THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. THIS CODE AND INFORMATION ARE NOT SUPPORTED BY CA TECHNOLOGIES.</p>
<p><a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p>
<h2>
<a name="release-your-contribution" class="anchor" href="#release-your-contribution"><span class="octicon octicon-link"></span></a>Release your contribution</h2>
<p>Make sure you follow these steps</p>
<p>Update the new version number. Create a new tag.
Example git tag -a v5.1.2 -m 'Version 5.1.2' 123456 Push the tag to github: git push --tags</p>
<h2>
<a name="rules-to-follow" class="anchor" href="#rules-to-follow"><span class="octicon octicon-link"></span></a>Rules to follow</h2>
<p>Each repository must have the license somewhere included.
If your repository is an extension, the repo name should end with ext</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>