You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ol...@apache.org on 2021/07/28 19:44:59 UTC

[felix-antora-site] branch main updated: fix links and remove 2 column layouts

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 52bec70  fix links and remove 2 column layouts
52bec70 is described below

commit 52bec70b4b2173deeb78fee60cae29e30d308d14
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jul 28 21:44:51 2021 +0200

    fix links and remove 2 column layouts
---
 modules/ROOT/pages/community/contributing.adoc | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/modules/ROOT/pages/community/contributing.adoc b/modules/ROOT/pages/community/contributing.adoc
index 7576f4d..b9276ba 100644
--- a/modules/ROOT/pages/community/contributing.adoc
+++ b/modules/ROOT/pages/community/contributing.adoc
@@ -44,29 +44,14 @@ The steps for granting software are a little more complicated since we need to e
 For grants, you should:
 
 . Verify that you have the authorization to donate the code.
-. {blank}
-+
-[cols=2*]
-|===
-| Review our xref:development.adoc[developer documentation] as well as the general [Apache documentation
-| https://www.apache.org/foundation/getinvolved.html] to determine whether you would really like be involved with us and how we work.
-|===
-
+. Review our xref:development.adoc[developer documentation] as well as the general https://www.apache.org/foundation/getinvolved.html[Apache documentation] to determine whether you would really like be involved with us and how we work.
 . Assuming you're still interested, create a https://issues.apache.org/jira/browse/Felix[JIRA] issue describing the code you wish to donate.
 . Attach an archive containing the code along with an MD5 signature of the archive to the above issue.
 You should remove any existing headers from the source files and add the standard Apache header to each.
 Note that you keep the rights to your code and can do anything with it you want, you will just grant us the right to use it too.
 . Allow the community time to discuss the contribution, after which a vote will be called to accept the contribution.
 . If the vote passes, then you will need to submit a https://www.apache.org/licenses/software-grant.txt[software grant] form.
-. {blank}
-+
-[cols=2*]
-|===
-| It is also a good idea to submit an https://www.apache.org/licenses/icla.txt[ICLA] to ease future contributions.
-Depending on the company you work for, they may also want to contribute a [CCLA
-| https://www.apache.org/licenses/cla-corporate.txt], although this isn't strictly necessary from an Apache point of view, since it is your responsibility to verify your ability to submit an ICLA.
-|===
-
+. It is also a good idea to submit an https://www.apache.org/licenses/icla.txt[ICLA] to ease future contributions. Depending on the company you work for, they may also want to contribute a https://www.apache.org/licenses/cla-corporate.txt[CCLA], although this isn't strictly necessary from an Apache point of view, since it is your responsibility to verify your ability to submit an ICLA.
 . Once all of this information is received, then we will gather it and perform https://incubator.apache.org/ip-clearance/index.html[IP clearance].
 . After a few days, if no red flags are raised, then we'll commit the code and we're good to go.