forked from OData/odataorg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontribution.html
More file actions
45 lines (35 loc) · 2.5 KB
/
contribution.html
File metadata and controls
45 lines (35 loc) · 2.5 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
---
layout: page
title: Getting Involved
permalink: /contribution/
---
<div class="row">
<h1 class="text-center">Contribute to OData.org</h1>
<div class="col-md-2">
<a href="https://github.com/ODataOrg/odataorg.github.io"><img src="/assets/Octocat.png" alt="OData.org on GitHub" height="166px" width="200px"></a>
</div>
<div class="col-md-1"></div>
<div class="col-md-9">
<p><strong>Post blogs: </strong>Blogs on OData.org are for OData lovers to share their experiances of OData. If you want to promote your work (related with OData), as long as it's not overt-selling , send a pull request following the <a href="https://github.com/ODataOrg/odataorg.github.io" target="_blank">contribution guidelines</a>. After a light review process, we will publish your blog.</p>
<p><strong>Other improvements: </strong>OData.org is always open to any kind of contribution, including adding contents to <strong>Ecosystem</strong> and <strong>Libraries</strong>. Please visit <a href="https://github.com/ODataOrg/odataorg.github.io">OData.org repo on GitHub</a> for more details. Or if you have any further questions / feedback, please create <a href="https://github.com/ODataOrg/odataorg.github.io/issues">GitHub issues</a> or send email to <a href="odata-discussion@googlegroups.com">odata-discussion@googlegroups.com</a>.</p>
</div>
</div>
<br /><br />
<h1 class="text-center">Participate elsewhere</h1>
<div class="row">
<div class="col-md-9">
<p><strong>OASIS community:</strong> You can view and create issues related to OData protocol directy at <a href="https://issues.oasis-open.org/browse/ODATA/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">OASIS OData TC</a>. </p>
<p><strong>Mailing list:</strong> For any question related to OData, please join the <a href="https://groups.google.com/forum/#!forum/odata-discussion">OData Discussion Group</a>. For questions related to specific stacks, you can also send email directly to :
<ul>
<li>Microsoft OData Team: odatafeedback@microsoft.com</li>
<li>Apache Olingo: <a href="http://olingo.apache.org/support.html">Apache Olingo Support</a></li>
</ul>
</p>
<p><strong>Twitter:</strong> Follow us (@odataorg) on Twitter and tweets #odata</p>
<p><strong>StackOverflow:</strong> <a href="http://stackoverflow.com/questions/ask?tags=odata">Ask questions on with OData tag StackOverflow</a></p>
</div>
<div class="col-md-1"></div>
<div class="col-md-2">
<img src="/assets/contribution.png" alt="Getting Involved " height="200px" width="200px">
</div>
</div>