[GitHub] [comdev-site] OpenPj opened a new pull request #9: [COMDEV-372] - whitespace

2020-05-28 Thread GitBox


OpenPj opened a new pull request #9:
URL: https://github.com/apache/comdev-site/pull/9


   whitespace commit to check if it was a sync issue



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #9: [COMDEV-372] - whitespace

2020-05-28 Thread GitBox


rlenferink merged pull request #9:
URL: https://github.com/apache/comdev-site/pull/9


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #9: [COMDEV-372] - whitespace

2020-05-28 Thread GitBox


rlenferink commented on pull request #9:
URL: https://github.com/apache/comdev-site/pull/9#issuecomment-635393787


   As Bertrand correctly stated the build succeeded and the output commit 
arrived in the repo.
   
   Then 
https://github.com/apache/infrastructure-puppet/blob/deployment/modules/gitwcsub/files/config/gitwcsub.cfg#L59
 says that we use the gitbox comdev-site repo; which is correct. 
   
   AIUI it can only be a sync issue. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #9: [COMDEV-372] - whitespace

2020-05-28 Thread GitBox


rlenferink commented on pull request #9:
URL: https://github.com/apache/comdev-site/pull/9#issuecomment-635398163


   This time it worked : https://community.apache.org/speakers/slides.html



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] OpenPj commented on pull request #8: [COMDEV-372]: update slides.md

2020-05-28 Thread GitBox


OpenPj commented on pull request #8:
URL: https://github.com/apache/comdev-site/pull/8#issuecomment-635402129


   Ok solved the issue, now the page is updated.
   It was a sync issue solved by pushing just a dummy whitespace ;)
   
   
   Il giorno gio 28 mag 2020 alle ore 14:04 Bertrand Delacretaz <
   notificati...@github.com> ha scritto:
   
   > I merged this and the website build was successful, the changes are in
   > this commit:
   >
   > 749526d
   > 

   >
   > Which is correctly synced at
   > 
https://gitbox.apache.org/repos/asf?p=comdev-site.git;a=commit;h=749526da4c93ac54f95e4eb9e2adc8c1b1926a9c
   >
   > However I don't see the changed content at
   > https://community.apache.org/speakers/slides.html
   >
   > I don't understand why, if the new content doesn't appear soon you might
   > want to talk to ASF infra as there might be a synchronization problem.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > , or
   > unsubscribe
   > 

   > .
   >
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #10: Update newbiefaq.md

2020-07-18 Thread GitBox


cottage14 opened a new pull request #10:
URL: https://github.com/apache/comdev-site/pull/10


   Fixing minor grammatical and display issues, completing broken sentences, 
and inserting missing words.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #11: Update _index.md

2020-07-18 Thread GitBox


cottage14 opened a new pull request #11:
URL: https://github.com/apache/comdev-site/pull/11


   Minor text edits to fix grammatical issues like run-on sentences. Removed 
the "happy 20th anniversary" sentence about ASF, as it is now out of date.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on a change in pull request #10: Update newbiefaq.md

2020-07-18 Thread GitBox


rlenferink commented on a change in pull request #10:
URL: https://github.com/apache/comdev-site/pull/10#discussion_r456781892



##
File path: source/newbiefaq.md
##
@@ -1,32 +1,32 @@
 ---
-title: Apache Newcomer FAQs
+Title: Apache Newcomer FAQs

Review comment:
   Can this be changed to title again?
   ```suggestion
   title: Apache Newcomer FAQs
   ```
   
   While it may work (I tested it, it does work) it does not follow the 
documentation of Hugo. Next to that I think it's good to use the same style 
website wide (`title:`).
   
   Example snippet copied from 
https://gohugo.io/templates/lists/#example-project-directory:
   ```yaml
   ---
   title: My Go Journey
   date: 2017-03-23
   publishdate: 2017-03-24
   ---
   
   I decided to start learning Go in March 2017.
   
   Follow my journey through this new blog.
   ```
   

##
File path: source/newbiefaq.md
##
@@ -140,58 +137,50 @@ the support you need in the future.
 
 ## How do I choose an Apache project to work on?
 
-The key to working on projects at Apache (and any open source for that
+The key to working on projects at Apache (and any open source project, for that
 matter) is to have a personal reason for being involved. You might be
 trying to solve a day job issue, you might be looking to learn a new
 technology or you might simply want to do something fun in your free time.
 The key is that you must *want* to get involved. It is also important that
 you have appropriate skills to be able to help the project.
 
-Our [projects page](http://projects.apache.org/)
- provides a useful index of projects which allows you to view projects
-alphabetically, by category or by language. When you view a projects detail
-page in this list you will find details of their mailing lists, issue
-tracker and other resources.
+Our [projects page](https://projects.apache.org/) provides a of projects that 
you can sort alphabetically, by category or by language. When you view a 
project's details

Review comment:
   Missing word?
   
   ```suggestion
   Our [projects page](https://projects.apache.org/) provides a list of 
projects that you can sort alphabetically, by category or by language. When you 
view a project's details
   ```

##
File path: source/newbiefaq.md
##
@@ -203,21 +192,20 @@ projects. This section includes such gems as:
 ## About the Apache Mentoring Programme
 
 
-### What is the Apache Mentoring Programme
+### What is the Apache Mentoring Programme?
 
 Many projects are happy to assist newcomers learn about how to contribute
-to that specific project. However, some people are looking for more help, 
-or are looking for help working across Apache projects. The Mentor Programme 
of the The Apache Software Foundation
-provides additional support and structure for people looking to make an
+to their specific project. However, some people are looking for more help, 
+or are looking for help working across Apache projects. The ASF Mentor 
Programme provides additional support and structure for people looking to make 
an
 initial contribution to an ASF project.
 
 For more information see our [mentoring page](mentoringprogramme.html).
 
 
-### How do I Apply to the Mentor Programme?
+### How do I apply to the Mentor Programme?

Review comment:
   In the headings before it's called the Mentoring Programme. Maybe we 
should do the same here to not confuse readers.
   
   ```suggestion
   ### How do I apply to the Mentoring Programme?
   ```

##
File path: source/newbiefaq.md
##
@@ -40,91 +40,88 @@ the information they're looking for.  Please ask any new 
questions or give us su
 There are over 200 separate projects and communities hosted at The Apache 
Software Foundation. We have
 four classes, or types, of project (in terms of their community; not in terms 
of technology):
 
-   * [Top Level Projects](http://projects.apache.org): (TLP) these are 
projects with healthy communities and active development; and a supported 
[listing by technologies](http://projects.apache.org/) and [experimental 
listing of projects](https://projects-new.apache.org/) as well
-   * [Incubating Projects](http://incubator.apache.org): these are projects 
that have still to build a sustainable community, but
-have active development and are moving towards graduating to become 
-   * [Labs](http://labs.apache.org): these are experiments being carried out 
by existing committers
-   * [Attic](http://attic.apache.org): these are end-of-life projects that are 
no longer receiving active
-development, but may still be useful
+   * [Top Level Projects](https://projects.apache.org): (TLP) these are 
projects with healthy communities and active development; and a supported 
[listing by technologies](https://projects.apache.org/) and [experimental 
listing of projects](https://projects-new.apache.org/).
+   * [Incubating Projects](https://incubator.apache.org): these are projects 
that have yet to build a s

[GitHub] [comdev-site] cottage14 opened a new pull request #12: Update __index.md

2020-07-20 Thread GitBox


cottage14 opened a new pull request #12:
URL: https://github.com/apache/comdev-site/pull/12


   added a link for Infra information at infra.apache.org



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on a change in pull request #12: Update __index.md

2020-07-20 Thread GitBox


rlenferink commented on a change in pull request #12:
URL: https://github.com/apache/comdev-site/pull/12#discussion_r457436310



##
File path: source/committers/__index.md
##
@@ -8,8 +8,7 @@ There are a number of useful Apache tools and services 
available for Apache proj
 
 ## Apache Infrastructure Information
 
-The primary portal for Apache Infra questions - how Subversion/Git/Websites, 
etc. work
- at the ASF - is the [http://www.apache.org/dev/][1] pages.
+The primary portals for Apache Infra questions - how Subversion/Git/Websites, 
etc. work at the ASF - are pages at https://www.apache.org/dev/"; 
target="_blank">apache.org/dev and https://www.infra.apache.org"; 
target="_blank">infra.apache.org.

Review comment:
   Any reason for the target=_blank? Otherwise we could include the link in 
markdown style.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 commented on a change in pull request #12: Update __index.md

2020-07-20 Thread GitBox


cottage14 commented on a change in pull request #12:
URL: https://github.com/apache/comdev-site/pull/12#discussion_r457543436



##
File path: source/committers/__index.md
##
@@ -8,8 +8,7 @@ There are a number of useful Apache tools and services 
available for Apache proj
 
 ## Apache Infrastructure Information
 
-The primary portal for Apache Infra questions - how Subversion/Git/Websites, 
etc. work
- at the ASF - is the [http://www.apache.org/dev/][1] pages.
+The primary portals for Apache Infra questions - how Subversion/Git/Websites, 
etc. work at the ASF - are pages at https://www.apache.org/dev/"; 
target="_blank">apache.org/dev and https://www.infra.apache.org"; 
target="_blank">infra.apache.org.

Review comment:
   I use target="_blank" to open the linked site in a new tab rather than 
taking over the current tab when the link takes one away from the site they 
intended to be on. There is a way to do it in markdown, but it is funky.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on a change in pull request #12: Update __index.md

2020-07-20 Thread GitBox


rlenferink commented on a change in pull request #12:
URL: https://github.com/apache/comdev-site/pull/12#discussion_r457553066



##
File path: source/committers/__index.md
##
@@ -8,8 +8,7 @@ There are a number of useful Apache tools and services 
available for Apache proj
 
 ## Apache Infrastructure Information
 
-The primary portal for Apache Infra questions - how Subversion/Git/Websites, 
etc. work
- at the ASF - is the [http://www.apache.org/dev/][1] pages.
+The primary portals for Apache Infra questions - how Subversion/Git/Websites, 
etc. work at the ASF - are pages at https://www.apache.org/dev/"; 
target="_blank">apache.org/dev and https://www.infra.apache.org"; 
target="_blank">infra.apache.org.

Review comment:
   Yeah, the markdown way of the target blank is not the best either...





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #12: Update __index.md

2020-07-20 Thread GitBox


rlenferink merged pull request #12:
URL: https://github.com/apache/comdev-site/pull/12


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #11: Update _index.md

2020-07-20 Thread GitBox


rlenferink merged pull request #11:
URL: https://github.com/apache/comdev-site/pull/11


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #10: Update newbiefaq.md

2020-07-20 Thread GitBox


rlenferink merged pull request #10:
URL: https://github.com/apache/comdev-site/pull/10


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #13: Update __index.md

2020-07-20 Thread GitBox


cottage14 opened a new pull request #13:
URL: https://github.com/apache/comdev-site/pull/13


   Updated several URLs that were pointing to pages at a.o/dev. The material is 
now at infra.a.o. If you go to the old address, a redirect script takes you to 
the new location, but it is a smoother user experience to go directly.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink closed pull request #13: Update __index.md

2020-07-20 Thread GitBox


rlenferink closed pull request #13:
URL: https://github.com/apache/comdev-site/pull/13


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #13: Update __index.md

2020-07-20 Thread GitBox


rlenferink commented on pull request #13:
URL: https://github.com/apache/comdev-site/pull/13#issuecomment-661258214


   Welp, I didn't notice your PR. I solved them in 
https://github.com/apache/comdev-site/commit/3e60055ee8eee5edbf25e6a322abd6dddf451303#diff-a77a769f8ddfc95c263fab1d466dae8c
 already (was working locally). But looking forward for further improvements 
@cottage14 :)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 commented on pull request #13: Update __index.md

2020-07-20 Thread GitBox


cottage14 commented on pull request #13:
URL: https://github.com/apache/comdev-site/pull/13#issuecomment-661261055


   Happy to help. I am churning my way through all the Infrastructure-related
   pages to freshen stale stuff and generally improve the reading experience.
   I was wandering around in community.a.o to find links to Infrastructure
   stuff that would now be out of date, as we have been moving from a.o/dev to
   infra.a.o, and in the course of that ran into a few other small things I
   could not keep my hands off.
   
   a
   
   On Mon, Jul 20, 2020 at 3:27 PM Roy Lenferink 
   wrote:
   
   > Welp, I didn't notice your PR. I solved them in 3e60055
   > #diff-a77a769f8ddfc95c263fab1d466dae8c
   > 

   > already (was working locally). But looking forward for further improvements
   > @cottage14  :)
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > ,
   > or unsubscribe
   > 

   > .
   >
   
   
   -- 
   Andrew Wetmore
   
   http://cottage14.blogspot.com/
   http://portfolio.cottage14.com
   http://annapolisndp.ca
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax opened a new pull request #14: Site is switched to Bootstrap4

2020-09-06 Thread GitBox


solomax opened a new pull request #14:
URL: https://github.com/apache/comdev-site/pull/14


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on pull request #14: Site is switched to Bootstrap4

2020-09-07 Thread GitBox


solomax commented on pull request #14:
URL: https://github.com/apache/comdev-site/pull/14#issuecomment-688363033


   Thanks @bdelacretaz :)
   The code for breadcrumb can be improved, will try to create one more PR 
later :)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on a change in pull request #14: Site is switched to Bootstrap4

2020-09-10 Thread GitBox


rlenferink commented on a change in pull request #14:
URL: https://github.com/apache/comdev-site/pull/14#discussion_r486421290



##
File path: layouts/_default/baseof.html
##
@@ -42,115 +42,118 @@
 
 
 
-
-
-  
-
-  
-
-
-
-  
-  
-  
-
-  Home
-  
-About
-
-  What We Do
-  Frequently Asked 
Questions
-  Apache Project 
Independence
-  Apache Project Maturity 
Model
-  Contact Points Within the 
ASF
-  ComDev Original 
Board Resolution
-  https://whimsy.apache.org/board/minutes/Community_Development.html";>ComDev
 Board Reports
-  Links to additional 
material
-  https://issues.apache.org/jira/projects/COMDEV";>Community
-  Development JIRA
-
-  
-  
-For 
Contributors 
-
-  Newcomers
-  Getting 
Started
-  Finding Your Way Around The 
Apache Software Foundation
- https://www.apache.org/dev/";>Technical Developer FAQs
-  
-  Google Summer of Code
-  Google Summer Of Code 
Information
-  Mentee Ranking 
Process
-  Past GSoC 
Experiences
-  Guide to being a 
Mentor
-  Using ComDev's JIRA 
for GSoC Ideas
-  Tasks of a GSoC Admin 
at the ASF
-
-
-  
-  
-For 
Committers/PMCs 
-
-  Recruiting New 
Committers
-  Useful Information for 
Committers
-  Consensus 
Building
-  Lazy 
Consensus 
-  Decision 
Making
-  Voting
-  Funding 
Campaign Disclaimer
-
-  
-  
-Mentoring 
-
-  Mentoring 
Program
-  Mentoring 
in Formal Education
-  Applying for 
the Mentoring Program
-  
-  Additional Resources
-  Guide to being a 
Mentor
-  Mentor Request Email 
Example
-  
-
-  
-  
-Events 
-
- https://apachecon.com/";>ApacheCon - The official event of the ASF
-  Major Apache-related 
Events
-  https://www.apache.org/events/meetups.html";>Upcoming Apache-related 
meetups
-  https://www.apache.org/foundation/marks/events";>Apache event branding 
policies
-  
-  Speakers
-  Speaker Information
-  Finding Speakers / 
Listing Yourself as a Speaker
-  Apache-related 
Slides
-
-  
-  
-Join the Conversation
-
-  https://www.facebook.com/ApacheSoftwareFoundation";>Facebook
-  https://twitter.com/ApacheCommunity";>Twitter
-  Mailing List
-
-  
-
-  
-
-  
+
+  
+  
+
+  
+  
+

Review comment:
   ```suggestion
 
   
 
   ```
   
   maybe add the `container` again for the navbar. this way the navigation 
items are centered again. I noticed this made browsing the site a bit easier.
   
   Without container:
   
![afbeelding](https://user-images.githubusercontent.com/10008950/92751544-5bd4dc80-f388-11ea-8ada-3c36d2e3b338.png)
   
   With container:
   
![afbeelding](https://user-images.githubusercontent.com/10008950/92751486-4cee2a00-f388-11ea-9340-dd29b5527436.png)
   
   (of course then don't forget to close the container div again 😃)

##
File path: layouts/_default/baseof.html
##
@@ -42,115 +42,118 @@
 
 
 
-
-
-  
-
-  
-
-
-
-  
-  
-  
-
-  Home
-  
-About
-
-  What We Do
-  Frequently Asked 
Questions
-  Apache Project 
Independence
-  Apache Project Maturity 
Model
-  Contact Points Within the 
ASF
-  ComDev Original 
Board Resolution
-  https://whimsy.apache.org/board/minutes/Community_Development.html";>ComDev
 Board Reports
-  Links to additional 
material
-  https://issues.apache.org/jira/projects/COMDEV";>Community
-  Develop

[GitHub] [comdev-site] solomax commented on pull request #14: Site is switched to Bootstrap4

2020-09-16 Thread GitBox


solomax commented on pull request #14:
URL: https://github.com/apache/comdev-site/pull/14#issuecomment-693349559


   Thanks @bdelacretaz and @rlenferink :)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #14: Site is switched to Bootstrap4

2020-09-16 Thread GitBox


solomax commented on a change in pull request #14:
URL: https://github.com/apache/comdev-site/pull/14#discussion_r489370562



##
File path: layouts/_default/baseof.html
##
@@ -42,115 +42,118 @@
 
 
 
-
-
-  
-
-  
-
-
-
-  
-  
-  
-
-  Home
-  
-About
-
-  What We Do
-  Frequently Asked 
Questions
-  Apache Project 
Independence
-  Apache Project Maturity 
Model
-  Contact Points Within the 
ASF
-  ComDev Original 
Board Resolution
-  https://whimsy.apache.org/board/minutes/Community_Development.html";>ComDev
 Board Reports
-  Links to additional 
material
-  https://issues.apache.org/jira/projects/COMDEV";>Community
-  Development JIRA
-
-  
-  
-For 
Contributors 
-
-  Newcomers
-  Getting 
Started
-  Finding Your Way Around The 
Apache Software Foundation
- https://www.apache.org/dev/";>Technical Developer FAQs
-  
-  Google Summer of Code
-  Google Summer Of Code 
Information
-  Mentee Ranking 
Process
-  Past GSoC 
Experiences
-  Guide to being a 
Mentor
-  Using ComDev's JIRA 
for GSoC Ideas
-  Tasks of a GSoC Admin 
at the ASF
-
-
-  
-  
-For 
Committers/PMCs 
-
-  Recruiting New 
Committers
-  Useful Information for 
Committers
-  Consensus 
Building
-  Lazy 
Consensus 
-  Decision 
Making
-  Voting
-  Funding 
Campaign Disclaimer
-
-  
-  
-Mentoring 
-
-  Mentoring 
Program
-  Mentoring 
in Formal Education
-  Applying for 
the Mentoring Program
-  
-  Additional Resources
-  Guide to being a 
Mentor
-  Mentor Request Email 
Example
-  
-
-  
-  
-Events 
-
- https://apachecon.com/";>ApacheCon - The official event of the ASF
-  Major Apache-related 
Events
-  https://www.apache.org/events/meetups.html";>Upcoming Apache-related 
meetups
-  https://www.apache.org/foundation/marks/events";>Apache event branding 
policies
-  
-  Speakers
-  Speaker Information
-  Finding Speakers / 
Listing Yourself as a Speaker
-  Apache-related 
Slides
-
-  
-  
-Join the Conversation
-
-  https://www.facebook.com/ApacheSoftwareFoundation";>Facebook
-  https://twitter.com/ApacheCommunity";>Twitter
-  Mailing List
-
-  
-
-  
-
-  
+
+  
+  
+
+  
+  
+

Review comment:
   was surprised to find `container` in the middle of `nav` :)
   put it back :))





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #14: Site is switched to Bootstrap4

2020-09-16 Thread GitBox


solomax commented on a change in pull request #14:
URL: https://github.com/apache/comdev-site/pull/14#discussion_r489370671



##
File path: layouts/_default/baseof.html
##
@@ -42,115 +42,118 @@
 
 
 
-
-
-  
-
-  
-
-
-
-  
-  
-  
-
-  Home
-  
-About
-
-  What We Do
-  Frequently Asked 
Questions
-  Apache Project 
Independence
-  Apache Project Maturity 
Model
-  Contact Points Within the 
ASF
-  ComDev Original 
Board Resolution
-  https://whimsy.apache.org/board/minutes/Community_Development.html";>ComDev
 Board Reports
-  Links to additional 
material
-  https://issues.apache.org/jira/projects/COMDEV";>Community
-  Development JIRA
-
-  
-  
-For 
Contributors 
-
-  Newcomers
-  Getting 
Started
-  Finding Your Way Around The 
Apache Software Foundation
- https://www.apache.org/dev/";>Technical Developer FAQs
-  
-  Google Summer of Code
-  Google Summer Of Code 
Information
-  Mentee Ranking 
Process
-  Past GSoC 
Experiences
-  Guide to being a 
Mentor
-  Using ComDev's JIRA 
for GSoC Ideas
-  Tasks of a GSoC Admin 
at the ASF
-
-
-  
-  
-For 
Committers/PMCs 
-
-  Recruiting New 
Committers
-  Useful Information for 
Committers
-  Consensus 
Building
-  Lazy 
Consensus 
-  Decision 
Making
-  Voting
-  Funding 
Campaign Disclaimer
-
-  
-  
-Mentoring 
-
-  Mentoring 
Program
-  Mentoring 
in Formal Education
-  Applying for 
the Mentoring Program
-  
-  Additional Resources
-  Guide to being a 
Mentor
-  Mentor Request Email 
Example
-  
-
-  
-  
-Events 
-
- https://apachecon.com/";>ApacheCon - The official event of the ASF
-  Major Apache-related 
Events
-  https://www.apache.org/events/meetups.html";>Upcoming Apache-related 
meetups
-  https://www.apache.org/foundation/marks/events";>Apache event branding 
policies
-  
-  Speakers
-  Speaker Information
-  Finding Speakers / 
Listing Yourself as a Speaker
-  Apache-related 
Slides
-
-  
-  
-Join the Conversation
-
-  https://www.facebook.com/ApacheSoftwareFoundation";>Facebook
-  https://twitter.com/ApacheCommunity";>Twitter
-  Mailing List
-
-  
-
-  
-
-  
+
+  
+  
+
+  
+  
+
+  Home

Review comment:
   Fixed, thanks!





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax merged pull request #14: Site is switched to Bootstrap4

2020-09-17 Thread GitBox


solomax merged pull request #14:
URL: https://github.com/apache/comdev-site/pull/14


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] anjali-sharma opened a new pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


anjali-sharma opened a new pull request #15:
URL: https://github.com/apache/comdev-site/pull/15


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] clr-apache commented on a change in pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


clr-apache commented on a change in pull request #15:
URL: https://github.com/apache/comdev-site/pull/15#discussion_r493111772



##
File path: source/mentoringprogramme-icfoss-pilot.md
##
@@ -6,9 +6,9 @@ title: Pilot Mentoring Programme with India ICFOSS
 > happened back in 2013.
 
 The ASF has been participating in many mentoring initiatives, and it's now
-partening in a pilot project with India ICFOSS to provide mentoring for 
-undergraduated and graduated students that have interest in learning how
-to participate in open source communitites at ASF.
+partnering in a pilot project with India ICFOSS to provide mentoring for
+undergraduate and graduated students that have interest in learning how

Review comment:
   probably should also s/graduated/graduate/





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] anjali-sharma commented on a change in pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


anjali-sharma commented on a change in pull request #15:
URL: https://github.com/apache/comdev-site/pull/15#discussion_r493118011



##
File path: source/mentoringprogramme-icfoss-pilot.md
##
@@ -6,9 +6,9 @@ title: Pilot Mentoring Programme with India ICFOSS
 > happened back in 2013.
 
 The ASF has been participating in many mentoring initiatives, and it's now
-partening in a pilot project with India ICFOSS to provide mentoring for 
-undergraduated and graduated students that have interest in learning how
-to participate in open source communitites at ASF.
+partnering in a pilot project with India ICFOSS to provide mentoring for
+undergraduate and graduated students that have interest in learning how

Review comment:
   indeed. Missed that one.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] clr-apache commented on a change in pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


clr-apache commented on a change in pull request #15:
URL: https://github.com/apache/comdev-site/pull/15#discussion_r493111772



##
File path: source/mentoringprogramme-icfoss-pilot.md
##
@@ -6,9 +6,9 @@ title: Pilot Mentoring Programme with India ICFOSS
 > happened back in 2013.
 
 The ASF has been participating in many mentoring initiatives, and it's now
-partening in a pilot project with India ICFOSS to provide mentoring for 
-undergraduated and graduated students that have interest in learning how
-to participate in open source communitites at ASF.
+partnering in a pilot project with India ICFOSS to provide mentoring for
+undergraduate and graduated students that have interest in learning how

Review comment:
   probably should also s/graduated/graduate/





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] anjali-sharma commented on a change in pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


anjali-sharma commented on a change in pull request #15:
URL: https://github.com/apache/comdev-site/pull/15#discussion_r493118011



##
File path: source/mentoringprogramme-icfoss-pilot.md
##
@@ -6,9 +6,9 @@ title: Pilot Mentoring Programme with India ICFOSS
 > happened back in 2013.
 
 The ASF has been participating in many mentoring initiatives, and it's now
-partening in a pilot project with India ICFOSS to provide mentoring for 
-undergraduated and graduated students that have interest in learning how
-to participate in open source communitites at ASF.
+partnering in a pilot project with India ICFOSS to provide mentoring for
+undergraduate and graduated students that have interest in learning how

Review comment:
   indeed. Missed that one.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #15: Fix typographical errors in source files

2020-09-22 Thread GitBox


rlenferink merged pull request #15:
URL: https://github.com/apache/comdev-site/pull/15


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 opened a new pull request #16: Added information about Apache Local community on the home page

2020-09-26 Thread GitBox


adityasharma7 opened a new pull request #16:
URL: https://github.com/apache/comdev-site/pull/16


   
![image](https://user-images.githubusercontent.com/15027245/94336972-8bc8e480-0004-11eb-9319-4cd9af2d8273.png)
   
![image](https://user-images.githubusercontent.com/15027245/94336980-9be0c400-0004-11eb-8a4c-ca5a9e7d1473.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz merged pull request #16: Added information about Apache Local community on the home page

2020-10-05 Thread GitBox


bdelacretaz merged pull request #16:
URL: https://github.com/apache/comdev-site/pull/16


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #16: Added information about Apache Local community on the home page

2020-10-05 Thread GitBox


bdelacretaz commented on pull request #16:
URL: https://github.com/apache/comdev-site/pull/16#issuecomment-703508537


   I have incorporated your changes, in a slightly more concise way to match 
other boxes on the homepage, and slightly reorganized the page in 
https://github.com/apache/comdev-site/commit/8179ed4536b24752edfecbab85a9edda5ea1225c
   
   Changes should be live at http://community.apache.org/ soon, please 
cross-check once they are there!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #16: Added information about Apache Local community on the home page

2020-10-05 Thread GitBox


bdelacretaz commented on pull request #16:
URL: https://github.com/apache/comdev-site/pull/16#issuecomment-703509608


   Ah wait...it looks like your changes were already committed in 
https://github.com/apache/comdev-site/commit/6c2e024cb2cf15cf555bcd5b45784a3a1d972d54
 ... anyway, please cross-check the homepage once the build is done.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 commented on pull request #16: Added information about Apache Local community on the home page

2020-10-05 Thread GitBox


adityasharma7 commented on pull request #16:
URL: https://github.com/apache/comdev-site/pull/16#issuecomment-703525871


   Thanks @bdelacretaz! It looks much better now :)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek opened a new pull request #17: Add Open Graph metadata for better previews in social media

2020-11-13 Thread GitBox


turbaszek opened a new pull request #17:
URL: https://github.com/apache/comdev-site/pull/17


   Hello,
   
   This PR aims to add Open Graph metadata to improve rendering previews of 
ComDev site in social medias.
   
   I'm not sure how to test it locally, but I based my work on:
   https://gohugo.io/templates/internal/#open-graph
   
https://github.com/thingsym/hugo-theme-techdoc/blob/master/exampleSite/config.toml
   
   
   Added photos are part of ACEU19 gallery:
   https://photos.apachecon.com/picture.php?/395/category/1
   https://photos.apachecon.com/picture.php?/253/category/1
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


bdelacretaz commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728040289


   I built the site locally with these changes and the homepage has no 
difference with a build that does not have them.
   
   I'm not familiar with OpenGraph and have only limited experience with Hugo 
but as per https://gohugo.io/templates/internal/ I tried the following change:
   
   diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
   index f7f5f49..ff7ebfe 100644
   --- a/layouts/_default/baseof.html
   +++ b/layouts/_default/baseof.html
   @@ -50,6 +50,7 @@
  margin-top:1em;
  }
  
   +  {{ template "_internal/opengraph.html" . }}



   
   And with this I see a number of `` elements on the homepage:
   

   
   
   http://localhost:1313/"; />
   http://localhost:1313/images/aceu19_1.jpg"/>
   
   
   So I suppose we should make this template change in addition to the changes 
in this PR, to include the OpenGraph metadata in the site pages? Or is there 
another way to access this new metadata that I'm missing?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728093377


   > So I suppose we should make this template change in addition to the 
changes in this PR, to include the OpenGraph metadata in the site pages? Or is 
there another way to access this new metadata that I'm missing?
   
   Seems I missed this part of documentation!  Looks good now:
   ![Uploading Screenshot 2020-11-16 at 15.21.59.png…]()
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek edited a comment on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek edited a comment on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728093377


   > So I suppose we should make this template change in addition to the 
changes in this PR, to include the OpenGraph metadata in the site pages? Or is 
there another way to access this new metadata that I'm missing?
   
   Seems I missed this part of documentation!  Looks good now:
   https://user-images.githubusercontent.com/9528307/99263546-a73fb700-281f-11eb-9d6e-01baf54401bd.png";>
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


bdelacretaz commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728095717


   >  Looks good now..
   
   Out of curiosity, which tool are you using the check those previews?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728097670


   Based on one SO thread I did this:
   ```
   hugo server -D
   lt --port 1313
   ```
   The `lt` command is the [localtunnel](https://localtunnel.github.io/www/) 
command which works similar to ngrok. Then I check the generated url using 
https://www.opengraph.xyz
   
   Simpler than I expected



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728135844


   @bdelacretaz do we wait for more approvals or we are good to merge this one?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728136577


   Eventually pinging @markt-asf for opinion as this is somehow related to ASF 
branding 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


bdelacretaz commented on pull request #17:
URL: https://github.com/apache/comdev-site/pull/17#issuecomment-728139649


   I'm fine with merging this and I don't think there's any trademarks impact 
as this is only adding metadata to the http://community.apache.org/ pages.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek merged pull request #17: Add Open Graph metadata for better previews in social media

2020-11-16 Thread GitBox


turbaszek merged pull request #17:
URL: https://github.com/apache/comdev-site/pull/17


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] PermissionError opened a new pull request #18: Remove reference to Apache Labs and projects-new

2020-11-16 Thread GitBox


PermissionError opened a new pull request #18:
URL: https://github.com/apache/comdev-site/pull/18


   Since Apache Labs has been moved to the Attic and projects-new.apache.org no 
longer exist, this PR seeks to remove those references.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #18: Remove reference to Apache Labs and projects-new

2020-11-16 Thread GitBox


rlenferink commented on pull request #18:
URL: https://github.com/apache/comdev-site/pull/18#issuecomment-728725712


   Thanks for updating!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #18: Remove reference to Apache Labs and projects-new

2020-11-16 Thread GitBox


rlenferink merged pull request #18:
URL: https://github.com/apache/comdev-site/pull/18


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax opened a new pull request #19: GSoC pages should be more up-to-date and clear

2020-11-22 Thread GitBox


solomax opened a new pull request #19:
URL: https://github.com/apache/comdev-site/pull/19


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] turbaszek commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-22 Thread GitBox


turbaszek commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r528384488



##
File path: source/gsoc.md
##
@@ -26,10 +26,11 @@ Please watch this page for updates concerning our 
participating in 2021.
 * Watch [GSoC video presentation](https://www.youtube.com/watch?v=S6IP_6HG2QE)
  for students.
 * Examine the list of [available ASF GSoC 2021 
projects](https://s.apache.org/gsoc2021ideas)
-   * Note that you can search the issue tracker for GSoC projects by
+   * NOTE that you can search the issue tracker for 
GSoC projects by
 filtering using the "gsoc2021" label, this allows you to narrow down the list
-to the projects you are interested in.
+to the projects you are interested in. 
https://issues.apache.org/jira/issues/?jql=labels+%3D+gsoc2021

Review comment:
   ```suggestion
   to the projects you are interested in. 
   Or simply use this link 
https://issues.apache.org/jira/issues/?jql=labels+%3D+gsoc2021 .
   ```
   Keeping this in separate line may improve rendering and readability. WDYT?
   





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-22 Thread GitBox


solomax commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r528434587



##
File path: source/gsoc.md
##
@@ -26,10 +26,11 @@ Please watch this page for updates concerning our 
participating in 2021.
 * Watch [GSoC video presentation](https://www.youtube.com/watch?v=S6IP_6HG2QE)
  for students.
 * Examine the list of [available ASF GSoC 2021 
projects](https://s.apache.org/gsoc2021ideas)
-   * Note that you can search the issue tracker for GSoC projects by
+   * NOTE that you can search the issue tracker for 
GSoC projects by
 filtering using the "gsoc2021" label, this allows you to narrow down the list
-to the projects you are interested in.
+to the projects you are interested in. 
https://issues.apache.org/jira/issues/?jql=labels+%3D+gsoc2021

Review comment:
   Should look better now :)
   Thanks!





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] tristaZero commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-22 Thread GitBox


tristaZero commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r528478163



##
File path: source/guide-to-being-a-mentor.md
##
@@ -15,7 +15,7 @@ submit ideas via JIRA (if your project does not use JIRA you 
can [use the Comdev
 * Add an issue to JIRA (if your project doesn't use JIRA contact 
dev@community.apache.org)

Review comment:
   1. `if your project does not use JIRA you can [use the Comdev Issue 
Tracker For GSoC Tasks](use-the-comdev-issue-tracker-for-gsoc-tasks.html`
   2. `if your project doesn't use JIRA contact dev@community.apache.org`
   
   Hi, it looks like these statements above will confuse users since the 
condition is the same, but there are two solutions for me to choose? 
   If we want those mentors whose community dose not use JIRA to use `Comdev 
Issue Tracker`, maybe it is unnecessary to tell them to ask this question in 
dev@ml? (I guess if so, we will receive many emails with the same questions.  😃 
)
   Also, a similar statement appears in `gsoc.md`.

##
File path: source/gsoc.md
##
@@ -26,10 +26,12 @@ Please watch this page for updates concerning our 
participating in 2021.
 * Watch [GSoC video presentation](https://www.youtube.com/watch?v=S6IP_6HG2QE)
  for students.
 * Examine the list of [available ASF GSoC 2021 
projects](https://s.apache.org/gsoc2021ideas)
-   * Note that you can search the issue tracker for GSoC projects by
+   * **NOTE** that you can search the 
issue tracker for GSoC projects by
 filtering using the "gsoc2021" label, this allows you to narrow down the list

Review comment:
   BTW, do you think it will be kind to provide any link for 
`committers/GSoCLinkId.txt` on line 145? Sorry... actually, I do not know where 
the file is. 





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-25 Thread GitBox


solomax commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r530201645



##
File path: source/guide-to-being-a-mentor.md
##
@@ -15,7 +15,7 @@ submit ideas via JIRA (if your project does not use JIRA you 
can [use the Comdev
 * Add an issue to JIRA (if your project doesn't use JIRA contact 
dev@community.apache.org)

Review comment:
   Thanks @tristaZero,
   
   could you please check the new version? is it more clear?
   





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-25 Thread GitBox


solomax commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r530202124



##
File path: source/gsoc.md
##
@@ -26,10 +26,12 @@ Please watch this page for updates concerning our 
participating in 2021.
 * Watch [GSoC video presentation](https://www.youtube.com/watch?v=S6IP_6HG2QE)
  for students.
 * Examine the list of [available ASF GSoC 2021 
projects](https://s.apache.org/gsoc2021ideas)
-   * Note that you can search the issue tracker for GSoC projects by
+   * **NOTE** that you can search the 
issue tracker for GSoC projects by
 filtering using the "gsoc2021" label, this allows you to narrow down the list

Review comment:
   I guess this is in SVN, not sure why is it here





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] tristaZero commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-25 Thread GitBox


tristaZero commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r530817543



##
File path: source/gsoc.md
##
@@ -141,11 +141,9 @@ Once the ASF is confirmed as a mentoring organisation 
mentors must register
 with the GSoC webapp, and request to become a mentor for the ASF
 organization. Make sure that the email address you use for that (it's often
 your @gmail.com address by default) is '''registered as a mail alias for your 
Apache account at (https://id.apache.org)''' so that we can match it to your 
ASF account.
-You should also register your '''GSoC Link Id to
-committers/GSoCLinkId.txt'''.
 
 All ASF projects are invited to submit their ideas to their issue tracker,
-please be sure to add the labels "gsoc2021" and "mentor" so that we can
+please be sure to add the labels "*gsoc2021*" and "*mentor*" so that we can
 automatically include them in our list of subjects. If your project does
 not use JIRA please contact dev@community.apache.org.

Review comment:
   Hi @solomax One similar expression here. Please give it attention. 
Except for that, these guidelines make sense to me. Nice job. 😉 





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #19: GSoC pages should be more up-to-date and clear

2020-11-26 Thread GitBox


solomax commented on a change in pull request #19:
URL: https://github.com/apache/comdev-site/pull/19#discussion_r530846022



##
File path: source/gsoc.md
##
@@ -141,11 +141,9 @@ Once the ASF is confirmed as a mentoring organisation 
mentors must register
 with the GSoC webapp, and request to become a mentor for the ASF
 organization. Make sure that the email address you use for that (it's often
 your @gmail.com address by default) is '''registered as a mail alias for your 
Apache account at (https://id.apache.org)''' so that we can match it to your 
ASF account.
-You should also register your '''GSoC Link Id to
-committers/GSoCLinkId.txt'''.
 
 All ASF projects are invited to submit their ideas to their issue tracker,
-please be sure to add the labels "gsoc2021" and "mentor" so that we can
+please be sure to add the labels "*gsoc2021*" and "*mentor*" so that we can
 automatically include them in our list of subjects. If your project does
 not use JIRA please contact dev@community.apache.org.

Review comment:
   I leave it copy/pasted due I'm unsure how to `reuse` the code
   I'll merge this version if you don't have any better idea :)))





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax merged pull request #19: GSoC pages should be more up-to-date and clear

2020-11-26 Thread GitBox


solomax merged pull request #19:
URL: https://github.com/apache/comdev-site/pull/19


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #20: Update __index.md

2020-11-29 Thread GitBox


cottage14 opened a new pull request #20:
URL: https://github.com/apache/comdev-site/pull/20


   Minor text edits to improve readability.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #20: Update __index.md

2020-11-29 Thread GitBox


rlenferink commented on pull request #20:
URL: https://github.com/apache/comdev-site/pull/20#issuecomment-735395476


   Thanks for improving Andrew!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #20: Update __index.md

2020-11-29 Thread GitBox


rlenferink merged pull request #20:
URL: https://github.com/apache/comdev-site/pull/20


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #21: Update 101.md

2020-11-29 Thread GitBox


cottage14 opened a new pull request #21:
URL: https://github.com/apache/comdev-site/pull/21


   Minor edits to improve readability



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #22: Update __index.md

2020-11-29 Thread GitBox


cottage14 opened a new pull request #22:
URL: https://github.com/apache/comdev-site/pull/22


   Minor text edits to improve readability.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on a change in pull request #21: Update 101.md

2020-11-29 Thread GitBox


rlenferink commented on a change in pull request #21:
URL: https://github.com/apache/comdev-site/pull/21#discussion_r532238243



##
File path: source/gettingStarted/101.md
##
@@ -4,75 +4,77 @@ title: Getting started
 
 # Where do I start?
 
-If you have no idea where to start with your engagement with an Apache project 
+If you have no idea where to start your engagement with an Apache project, 
 this is the page for you.
 
 ### Finding the right project
 
-The key to working on projects at Apache (and any open source for that matter)
+The key to working on projects at Apache (and on any open source project, for 
that matter)
 is to have a personal reason for being involved. You might be trying to solve 
 a day job issue, you might be looking to learn a new technology or you might 
 simply want to do something fun in your free time. We don't care what your 
 motivation is we just care about you wanting to get involved.
 
 If you don't have a specific technical issue to solve you might be willing to 
 work on any project. Our [projects page][1] provides a useful index which 
-allows you to view projects alphabetically, by category or by language. When 
you view a projects detail page in this list you will find details of their 
+allows you to view projects alphabetically, by category or by coding language. 
When you view a projects detail page in this list you will find information 
about their 
 mailing lists, issue tracker and other resources.
 
-As well as our main projects you might also like to view our 
+You might also like to view our 
 [Incubating projects][2]. These projects work in exactly the same way as our 
"top
 level projects" but are still developing their initial community.
 
-Once you've found some interesting looking projects join their mailing lists 
and
+Once you've found some interesting-looking projects, join their mailing lists 
and
 start "lurking". Read the mails that come through the list. Initially you will 
not
 understand what people are talking about, but over time you will start to
-pick up the language, objectives, strategies and working patterns of the 
community.
+pick up the language, objectives, strategies, concerns and working patterns of 
the community.
 
  Finding an issue to work on
 
-If you are trying to satisfy a specific technical problem then you already know
-what you want to work on, but if you are looking for something useful to do in
-order to participate in an ASF project then the projects issue/bug tracker is 
your 
-friend (this will be linked from the projects home page or from its entry on 
the
+If you are trying to satisfy a specific technical problem, you already know
+what you want to work on; but if you are looking for something useful to do in
+order to participate in an ASF project, the projects issue/bug tracker is your 

Review comment:
   this should probably be `project's` as well
   
   ```suggestion
   order to participate in an ASF project, the project's issue/bug tracker is 
your 
   ```





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #22: Update __index.md

2020-11-29 Thread GitBox


rlenferink commented on pull request #22:
URL: https://github.com/apache/comdev-site/pull/22#issuecomment-735426031


   Thanks again 🎉 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #22: Update __index.md

2020-11-29 Thread GitBox


rlenferink merged pull request #22:
URL: https://github.com/apache/comdev-site/pull/22


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #23: Update newbiefaq.md

2020-11-30 Thread GitBox


cottage14 opened a new pull request #23:
URL: https://github.com/apache/comdev-site/pull/23


   Minor text edits



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #24: Update __index.md

2020-11-30 Thread GitBox


cottage14 opened a new pull request #24:
URL: https://github.com/apache/comdev-site/pull/24


   Minor text edits to improve readability



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 commented on a change in pull request #23: Update newbiefaq.md

2020-11-30 Thread GitBox


adityasharma7 commented on a change in pull request #23:
URL: https://github.com/apache/comdev-site/pull/23#discussion_r533072960



##
File path: source/newbiefaq.md
##
@@ -37,21 +37,21 @@ the information they're looking for. Please ask questions 
or give us suggestions
 
 ## What projects can I find in The Apache Software Foundation?
 
-There are over 200 separate projects and communities hosted at The Apache 
Software Foundation. We have
-four classes, or types, of project (in terms of their community; not in terms 
of technology):
+There are over 350 separate projects and communities hosted at the Apache 
Software Foundation. We have
+three classes, or types, of project (in terms of their community, not in terms 
of technology):
 
-   * [Top Level Projects](https://projects.apache.org): (TLP) these are 
projects with healthy communities and active development; and a supported 
[listing by technologies](https://projects.apache.org/) of projects.
+   * [Top Level Projects](https://projects.apache.org) (TLPs): these are 
projects with healthy communities and active development; and supported 
software products you can finde here: [listing by 
technologies](https://projects.apache.org/).

Review comment:
   It seems there is a typo here too, I think it must be 'find'

##
File path: source/newbiefaq.md
##
@@ -18,16 +18,16 @@ The Apache Software Foundation (ASF) and our many Apache 
projects understand how
   - [How do I get involved with an Apache 
project?](#NewbieFAQ-HowdoIgetinvolvedwithanApacheproject?)
   - [Is there a Code of Conduct for Apache 
projects?](#NewbieFAQ-IsthereaCodeofConductforApacheprojects?)
   - [About the Apache Mentoring 
Programme](#NewbieFAQ-AbouttheApacheMentoringProgramme)
-  - [What is the Apache Mentoring 
Programme](#NewbieFAQ-WhatistheApacheMentoringProgramme)
+  - [What is the Apache Mentoring 
Programme?](#NewbieFAQ-WhatistheApacheMentoringProgramme)
   - [How do I apply to the Mentor 
Programme?](#NewbieFAQ-HowdoIApplytotheMentorProgramme?)
   - [Finding Apache speakers for events or meetups](#NewbieFAQ-AboutSpeakers)
   - [How do I suggest or make changes to this website?](#websitecms)
-  - [What other useful websites about ApacheaAretThere?](#comdevweb) 
+  - [What other useful websites about Apachea are there?](#comdevweb) 

Review comment:
   Hi @cottage14,  
   It seems there is a typo, I think it should be Apache





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink commented on pull request #24: Update __index.md

2020-12-01 Thread GitBox


rlenferink commented on pull request #24:
URL: https://github.com/apache/comdev-site/pull/24#issuecomment-736502675


   Thanks again!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #24: Update __index.md

2020-12-01 Thread GitBox


rlenferink merged pull request #24:
URL: https://github.com/apache/comdev-site/pull/24


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #21: Update 101.md

2020-12-01 Thread GitBox


rlenferink merged pull request #21:
URL: https://github.com/apache/comdev-site/pull/21


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #25: Update apache-project-maturity-model.md

2020-12-01 Thread GitBox


cottage14 opened a new pull request #25:
URL: https://github.com/apache/comdev-site/pull/25


   Proposed edits to improve readability. Passive voice can obscure who does 
what, and people whose primary language is not English can find it hard to 
understand.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #26: Update __index.md

2020-12-01 Thread GitBox


cottage14 opened a new pull request #26:
URL: https://github.com/apache/comdev-site/pull/26


   Minor edits to improve readability



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz merged pull request #26: Update __index.md

2020-12-01 Thread GitBox


bdelacretaz merged pull request #26:
URL: https://github.com/apache/comdev-site/pull/26


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] bdelacretaz commented on pull request #26: Update __index.md

2020-12-01 Thread GitBox


bdelacretaz commented on pull request #26:
URL: https://github.com/apache/comdev-site/pull/26#issuecomment-736591218


   Thank you for this,merged! Should be live soon at 
http://community.apache.org/
   
   ~It is indeed a nice thing to use more active voice and to foster 
conciseness~. Active voice and conciseness for the win! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #27: Update consensusBuilding.md

2020-12-02 Thread GitBox


cottage14 opened a new pull request #27:
URL: https://github.com/apache/comdev-site/pull/27


   Minor edits to improve clarity and readability



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #28: Update lazyConsensus.md

2020-12-02 Thread GitBox


cottage14 opened a new pull request #28:
URL: https://github.com/apache/comdev-site/pull/28


   Minor edits to improve readability



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #29: Update decisionMaking.md

2020-12-02 Thread GitBox


cottage14 opened a new pull request #29:
URL: https://github.com/apache/comdev-site/pull/29


   Minor edits to improve readability. Note, there can be consensus to _reject_ 
a proposal, not just to approve it. The original text assumes that consensus == 
approval.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #28: Update lazyConsensus.md

2020-12-02 Thread GitBox


rlenferink merged pull request #28:
URL: https://github.com/apache/comdev-site/pull/28


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #30: Update voting.md

2020-12-04 Thread GitBox


cottage14 opened a new pull request #30:
URL: https://github.com/apache/comdev-site/pull/30


   minor text edits. In the original, passive voice obscures who does what in a 
couple of places.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #31: Update funding-disclaimer.md

2020-12-04 Thread GitBox


cottage14 opened a new pull request #31:
URL: https://github.com/apache/comdev-site/pull/31


   Text edits for clarity



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #32: Update gsoc.md

2020-12-04 Thread GitBox


cottage14 opened a new pull request #32:
URL: https://github.com/apache/comdev-site/pull/32


   minor text edits



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #33: Update mentee-ranking-process.md

2020-12-06 Thread GitBox


cottage14 opened a new pull request #33:
URL: https://github.com/apache/comdev-site/pull/33


   Edits to improve readability. Added a quick explanation of what Melange is.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #34: Update experiences.md

2020-12-07 Thread GitBox


cottage14 opened a new pull request #34:
URL: https://github.com/apache/comdev-site/pull/34


   Minor text edits. The statistics for 2017-2018 are incomplete, and there are 
no entries for 2019-2020.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #35: Update guide-to-being-a-mentor.md

2020-12-07 Thread GitBox


cottage14 opened a new pull request #35:
URL: https://github.com/apache/comdev-site/pull/35


   Minor text edits



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #36: Update use-the-comdev-issue-tracker-for-gsoc-tasks.md

2020-12-07 Thread GitBox


cottage14 opened a new pull request #36:
URL: https://github.com/apache/comdev-site/pull/36


   Minor text edits



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #32: Update gsoc.md

2020-12-07 Thread GitBox


solomax commented on a change in pull request #32:
URL: https://github.com/apache/comdev-site/pull/32#discussion_r537537444



##
File path: source/gsoc.md
##
@@ -133,18 +131,17 @@ more info about mentoring, please read our [guide to 
being a mentor](guide-to-be
 .
 
 Prospective mentors must join the ment...@community.apache.org mailing list,
-this is where mentor specific issues are dealt with, and where
-announcements will be made. If you want to track the program
-administration you should subscribe to dev@community.apache.org.
+this is where mentor specific-issues are dealt with, and where

Review comment:
   Just curious: why it is `specific-issues` and not `specific issues`?





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax merged pull request #33: Update mentee-ranking-process.md

2020-12-07 Thread GitBox


solomax merged pull request #33:
URL: https://github.com/apache/comdev-site/pull/33


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax merged pull request #35: Update guide-to-being-a-mentor.md

2020-12-07 Thread GitBox


solomax merged pull request #35:
URL: https://github.com/apache/comdev-site/pull/35


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax merged pull request #36: Update use-the-comdev-issue-tracker-for-gsoc-tasks.md

2020-12-07 Thread GitBox


solomax merged pull request #36:
URL: https://github.com/apache/comdev-site/pull/36


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #37: Update gsoc-admin-tasks.md

2020-12-07 Thread GitBox


cottage14 opened a new pull request #37:
URL: https://github.com/apache/comdev-site/pull/37


   Minor text edits. At several points the document says, 'we don't have a 
template yet' for a particular message. Not sure if this is still accurate.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] solomax commented on a change in pull request #37: Update gsoc-admin-tasks.md

2020-12-07 Thread GitBox


solomax commented on a change in pull request #37:
URL: https://github.com/apache/comdev-site/pull/37#discussion_r537631536



##
File path: source/gsoc-admin-tasks.md
##
@@ -22,21 +22,21 @@ contributors to your projects.
 If you want to participate with your project you now need to
 
  - understand what it means to be a mentor [1]
- - propose your project ideas. Just label your issues with gsoc2011 in JIRA and
+ - propose your project ideas. Just label your issues with gsoc20XX in JIRA and

Review comment:
   could you please use `2021` instead of `20XX`
   I'll try to do better search next time and replace all occurrences :))





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 commented on a change in pull request #23: Update newbiefaq.md

2020-12-08 Thread GitBox


adityasharma7 commented on a change in pull request #23:
URL: https://github.com/apache/comdev-site/pull/23#discussion_r533072202



##
File path: source/newbiefaq.md
##
@@ -18,16 +18,16 @@ The Apache Software Foundation (ASF) and our many Apache 
projects understand how
   - [How do I get involved with an Apache 
project?](#NewbieFAQ-HowdoIgetinvolvedwithanApacheproject?)
   - [Is there a Code of Conduct for Apache 
projects?](#NewbieFAQ-IsthereaCodeofConductforApacheprojects?)
   - [About the Apache Mentoring 
Programme](#NewbieFAQ-AbouttheApacheMentoringProgramme)
-  - [What is the Apache Mentoring 
Programme](#NewbieFAQ-WhatistheApacheMentoringProgramme)
+  - [What is the Apache Mentoring 
Programme?](#NewbieFAQ-WhatistheApacheMentoringProgramme)
   - [How do I apply to the Mentor 
Programme?](#NewbieFAQ-HowdoIApplytotheMentorProgramme?)
   - [Finding Apache speakers for events or meetups](#NewbieFAQ-AboutSpeakers)
   - [How do I suggest or make changes to this website?](#websitecms)
-  - [What other useful websites about ApacheaAretThere?](#comdevweb) 
+  - [What other useful websites about Apachea are there?](#comdevweb) 

Review comment:
   Hi @cottage14,  
   ```suggestion
 - [What other useful websites about Apache are there?](#comdevweb) 
   ```
   It seems there is a typo, I think it should be Apache





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 commented on a change in pull request #23: Update newbiefaq.md

2020-12-08 Thread GitBox


adityasharma7 commented on a change in pull request #23:
URL: https://github.com/apache/comdev-site/pull/23#discussion_r533072960



##
File path: source/newbiefaq.md
##
@@ -37,21 +37,21 @@ the information they're looking for. Please ask questions 
or give us suggestions
 
 ## What projects can I find in The Apache Software Foundation?
 
-There are over 200 separate projects and communities hosted at The Apache 
Software Foundation. We have
-four classes, or types, of project (in terms of their community; not in terms 
of technology):
+There are over 350 separate projects and communities hosted at the Apache 
Software Foundation. We have
+three classes, or types, of project (in terms of their community, not in terms 
of technology):
 
-   * [Top Level Projects](https://projects.apache.org): (TLP) these are 
projects with healthy communities and active development; and a supported 
[listing by technologies](https://projects.apache.org/) of projects.
+   * [Top Level Projects](https://projects.apache.org) (TLPs): these are 
projects with healthy communities and active development; and supported 
software products you can finde here: [listing by 
technologies](https://projects.apache.org/).

Review comment:
   It seems there is a typo here too, I think it must be 'find'
   ```suggestion
  * [Top Level Projects](https://projects.apache.org) (TLPs): these are 
projects with healthy communities and active development; and supported 
software products you can find here: [listing by 
technologies](https://projects.apache.org/).
   ```





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #38: Update projectIndependence.md

2020-12-08 Thread GitBox


cottage14 opened a new pull request #38:
URL: https://github.com/apache/comdev-site/pull/38


   Minor text edits for clarity and readability.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] adityasharma7 commented on a change in pull request #25: Update apache-project-maturity-model.md

2020-12-09 Thread GitBox


adityasharma7 commented on a change in pull request #25:
URL: https://github.com/apache/comdev-site/pull/25#discussion_r539170026



##
File path: source/apache-way/apache-project-maturity-model.md
##
@@ -6,54 +6,53 @@ The **Apache Project Maturity Model** provides a suggested 
framework for evaluat
 
 # Overview
 
-The goal of this maturity model is to describe how Apache projects operate, in 
a concise and high-level way, and to provide a basic framework that projects 
may choose to use to evaluate themselves.
+The goals of this maturity model are to describe how Apache projects operate 
in a concise and high-level way, and to provide a basic framework that projects 
may choose to use to evaluate themselves.
 
-It is meant to be usable outside of Apache as well, for projects that might 
want to adopt some or all of these principles. Projects that envision moving to 
Apache at some point might start working towards this to prepare for their move.
+It is usable outside of Apache as well, for projects that might want to adopt 
some or all of these principles. Projects that envision moving to Apache at 
some point might start working towards this to prepare for their move.
 
-It does not describe all the details of how our projects operate, but aims to 
capture the invariants of Apache projects and point to additional information 
where needed. To keep the main model as concise as possible we use footnotes 
for anything that's not part of the core model.
+It does not describe all the details of how our projects operate, but aims to 
capture the invariants of Apache projects and point to additional information 
where needed. To be as concise as possible we use footnotes for anything that's 
not part of the core model.
 
-Contrary to other maturity models, we do not define staged partial compliance 
levels. A mature Apache project complies with all the elements of this model, 
and other projects are welcome to pick and choose the elements that suit their 
goals.
+Contrary to other maturity models, we do not define staged partial compliance 
levels. A mature Apache project complies with all the elements of this model, 
and other projects are welcome to adopt the elements that suit their goals.
 
 Note that we try to avoid using the word "must" below. The model describes the 
state of a mature project, as opposed to a set of rules. 
 
-Projects which incubate at Apache might not fit into all the parts of this 
model, however a major goal of incubation is to bring the project's community 
closer to it.
+Projects which incubate at Apache might not fit into all the parts of this 
model; however a major goal of incubation is to bring the project's community 
closer to it.
 
-Questions and feedback about this model are welcome on the https://lists.apache.org/list.html?dev@community.apache.org";>comdev 
mailing list.
+We welcome qQuestions and feedback about this model on the https://lists.apache.org/list.html?dev@community.apache.org"; 
target="_blank">comdev mailing list.

Review comment:
   ```suggestion
   We welcome Questions and feedback about this model on the https://lists.apache.org/list.html?dev@community.apache.org"; 
target="_blank">comdev mailing list.
   ```





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] cottage14 opened a new pull request #39: Update use-the-comdev-issue-tracker-for-gsoc-tasks.md

2020-12-09 Thread GitBox


cottage14 opened a new pull request #39:
URL: https://github.com/apache/comdev-site/pull/39


   Minor edits for clarity.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[GitHub] [comdev-site] rlenferink merged pull request #39: Update use-the-comdev-issue-tracker-for-gsoc-tasks.md

2020-12-09 Thread GitBox


rlenferink merged pull request #39:
URL: https://github.com/apache/comdev-site/pull/39


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



  1   2   3   >