Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: all-contributors/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.24.0
Choose a base ref
...
head repository: all-contributors/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.25.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 11, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    05bed92 View commit details
  2. docs: add qyurila as a contributor for code (#345)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Oct 11, 2022

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    96534ec View commit details

Commits on Apr 26, 2023

  1. Copy the full SHA
    2c07af8 View commit details
  2. Copy the full SHA
    66d29af View commit details
Showing with 126 additions and 67 deletions.
  1. +12 −1 .all-contributorsrc
  2. +65 −64 README.md
  3. +26 −0 src/generate/__tests__/__snapshots__/index.js.snap
  4. +13 −0 src/generate/__tests__/index.js
  5. +10 −2 src/generate/index.js
13 changes: 12 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -443,7 +443,8 @@
"avatar_url": "https://avatars3.githubusercontent.com/u/3743662?v=4",
"profile": "https://github.com/jdalrymple",
"contributions": [
"code"
"code",
"test"
]
},
{
@@ -617,13 +618,23 @@
"bug"
]
},
{
"login": "KnorpelSenf",
"name": "KnorpelSenf",
"avatar_url": "https://avatars.githubusercontent.com/u/12952387?v=4",
"profile": "https://github.com/KnorpelSenf",
"contributions": [
"bug"
]
},
{
"login": "qyurila",
"name": "QriLa | Hyeon Gu",
"avatar_url": "https://avatars.githubusercontent.com/u/68494132?v=4",
"profile": "https://rea9lizer.carrd.co",
"contributions": [
"code"
]
}
],
"skipCi": true
Loading