This repository was archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontributing.html
78 lines (59 loc) · 3.5 KB
/
contributing.html
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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>JavaParser - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<!--<div id="logo">
</div>-->
<section class="page-header" >
<h1 class="project-name title-font">JavaParser</h1>
<h2 class="project-tagline">Process Java code programmatically</h2>
</section>
<section class="navigation">
<ul>
<li class="selected"><a href="index.html">Home</a></li>
<li><a href="gettingstarted.html">Getting started</a>
<li><a href="about.html">About</a>
<li><a href="contributing.html">Contributing</a>
<li><a href="presentations.html">Presentations</a>
<li class="last"><a href="https://github.com/javaparser">on GitHub</a>
</ul>
</section>
<section class="main-content">
<p>JavaParser is an open-source project built by volunteers. We welcome all contributions.</p>
<p>Development is performed on GitHub. This is the page of projects:
<ul>
<li><a href="https://github.com/javaparser/javaparser">javaparser</a>
<li><a href="https://github.com/javaparser/javasymbolsolver">javasymbolsolver</a>
</ul>
</p>
<h2 class="area-title">You are already familiar with GitHub</h2>
<p>You can find information specific to JavaParser by looking at our <a href="https://github.com/javaparser/javaparser/blob/master/CONTRIBUTING.md">contributing guidelines</a>.</p>
<h2 class="area-title">You are not familiar with GitHub</h2>
<p>We suggest looking at this <a href="https://guides.github.com/activities/hello-world/">introduction to GitHub</a>.</p>
<p>If you want to contribute feel free to ask questions on our <a href="https://gitter.im/javaparser/javaparser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">gitter channel</a> or open an issue (<a href="https://github.com/javaparser/javaparser/issues/new">here</a> for JavaParser, <a href="https://github.com/javaparser/javasymbolsolver/issues/new">here</a> for JavaSymbolSolver). Our community will help you and guide you to start contributing.</p>
<footer class="site-footer">
<span class=""><a href="https://github.com/javaparser">JavaParser</a> is maintained by Open-Source enthusiasts.</span>
</footer>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89097232-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>