QtChampions

From Qt Wiki
Revision as of 17:49, 2 November 2018 by Aha 1980 (talk | contribs) (Nominated Orgad)
Jump to navigation Jump to search

Qt Champion 200.png

This page will be used for nominations for the 2018 Qt Champions.

The nomination process is public. To nominate a community member, please fill in the details at the end of this wiki page.

We’ll keep the nominations open until the 16th December 2018 and then ask the current Qt Champions to evaluate the nominees.

The categories for nomination are:

  • Community Builder
  • Content Creator
  • Quality Assurer
  • Developer
  • Fixer
  • Ambassador
  • Rookie of the year
  • Maverick

Each category may or may not have a Qt Champion in a given year. The number of Qt Champions is limited. Being nominated does not automatically bring a title, but is a recognition in itself.

We know we have very talented Qt Champions out there, but please nominate a person for one category. You can nominate multiple people for a category, only Rookie of the year and Maverick are strictly limited to one Champion per year. You can nominate any member of the community, including yourself.

In the below table please add the following information of the person you wish to nominate for a Qt Champion title:

  • Qt Account username (or codereview name)
  • Category or Title to be nominated for
  • Reasons for nomination (max. 300 words, please provide links to relevant material if possible)
Username Title category Reason for nomination
Christian Ehrlicher Developer / Fixer One of the most prolific non-Qt company developers for the past year, 74 tickets were closed by Christian in Qt 5.12 alone. His commit history is impressive especially considering he only started late last year.

If this wasn't enough he is an active code reviewer and Helps users on the forum.

Jonas E. Hjortlund (mrjj) Community Builder One of the most helpful contributors to the Qt Forum. His gentle and understanding approach combined with a deep knowledge of the framework helped countless users over the year. It's not a coincidence he ranks only behind Lifetime Champion Samuel Gaist in absolute upvotes on the forum.
André Hartmann (aha_1980) Developer The commit history speaks for itself, Andre' not only helped massively on the source code side, particularly in the development of Qt Creator and the serial module, he's also super helpful in code reviews and active in the social spaces to help other developers.
Alexander Volkov Developer/Fixer The commit history shows his extensive contributions, and he is known for his deep knowledge of xcb and X11.
Pierre-Yves Siret (GrecKo) Community Builder/Content Creator He spends a lot of time answering questions on the #qt-quick channel, as well as on StackOverflow and the Qt Forum, and his github includes some helpful utilities such as a QML-exposed QSortFilterProxyModel.
Orgad Shaneh

(orgads)

Developer With nearly 200 merged patches alone for QtCreator, Orgad is once again the external top contributor there. Meanwhile he has reviewed the same amount of patches contributed by others, always helping to improve the code quality.

This year, he also officially stepped up as maintainer of Creators Version Control module.

As if that wasn't already enough, he is also the author of Gerrit's "move bot" that we all love so much.

Criteria for Qt Champions:

  • Community Builder
    • Being a forum maintainer / helping people on forums
    • Managing mailing lists / helping on the mailing lists
    • Helping Qt newcomers find their way around the project
    • Running Qt study groups
    • Running local Qt meetups
  • Content Creator
    • Finding, writing and sharing use-cases of Qt in unexpected places
    • Creating video material of Qt (demos, guides, other material)
    • Authoring articles and even books
    • Fixing documentation issues
    • Creating examples and snippets
    • Being a wiki gardener / editor
  • Quality Assurer
    • Bug triager
    • Being in the bug squad
    • Verifying and closing bugs
    • Help in package testing
    • Help in unit testing
    • Being in the community beta testing program
  • Developer
    • Providing new features for Qt
    • Create stunning Qt applications
    • Share Qt application creation knowledge
  • Fixer
    • Fixing bugs in Qt
    • Providing patches to Qt
  • Ambassador
    • Spread the Qt word in blogs, social media, videoblogs
    • Find and help newcomers to Qt
    • Working to bring Qt to students
    • Present Qt at events
  • Rookie of the Year
    • First code commit during the past year
    • Active and positive contribution to the Qt project
  • Maverick
    • Has made a significant impact on the project
    • Might not have always followed the rules to the point, but gets the job done

What is expected of a Qt Champion

A Qt Champion is there to show what the Qt Community is best at.

The Qt Champion is friendly and has shown active participation with the Qt project.

Limited time only

Once you are given the title of Qt Champion, you will hold the title for a year.

If you achieve the title for three years, you will be entitled for a lifetime title. If you are so committed to the project, you need to be recognised beyond a normal Qt Champion title.

But I get paid to do this! / What if we are a company?

Yes, some of us are paid to work on Qt by our employers. Mostly on the code base, but also testing, documentation and other essential work goes on in the project. Some of the people who do get paid to work on the project do so above and beyond the normal limits of their day jobs (coding all day and helping newcomers in their free time, for example). We need metrics to find these people and provide them with a Qt Champion title too.

Tools to help figure this out

To find the top non-Qt-company contributors in a repo:

git log --since=2018-01-01 | grep Author | grep -v qt.io | sort | uniq -c | sort -n