How to get Profile Pair Extraordinaire #20467
-
📗 Recently there are new achievements and I'm wondering how to get the Pair Extraordinaire |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 31 replies
-
You must co-author commits on merged pull requests. 👍🏼 |
Beta Was this translation helpful? Give feedback.
-
You must be one of two (or more) authors on a pull request. View this link for more info. |
Beta Was this translation helpful? Give feedback.
-
This is one way to do it
|
Beta Was this translation helpful? Give feedback.
-
👋 Hi @lgrachov, These are all the achievements so far: Achievements
You can supplement the information in the following github article: https://github.com/Schweinepriester/github-profile-achievements/blob/main/README.md
|
Beta Was this translation helpful? Give feedback.
-
I strongly recommend that you use Github Desktop to be easier to add a co-author |
Beta Was this translation helpful? Give feedback.
-
It is work:
|
Beta Was this translation helpful? Give feedback.
-
It's so much easy 1- Create a branch and commit changes as following: By using Github Desktop Or by Command line $ git commit -m "Refactor usability tests.
>
>
Co-authored-by: name <name@example.com>
Co-authored-by: another-name <another-name@example.com>" 2- Create a pull request 3- Merge to default branch |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Schweinepriester/github-profile-achievements |
Beta Was this translation helpful? Give feedback.
-
The following steps can be taken on Github Desktop to get the pair-extraordinaire badge:
|
Beta Was this translation helpful? Give feedback.
-
create a branch and commit changes |
Beta Was this translation helpful? Give feedback.
-
you should be Coauthored in a merged pull request. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
without github desktop application you will not get Pair Extraordinaire badge
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Pair extraordinaire can be achieved by co-authoring a commit. You have to include
Github documentation for co-authoring commits: |
Beta Was this translation helpful? Give feedback.
This is one way to do it