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.20.4
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.20.5
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 8, 2022

  1. docs: add JoshuaKGoldberg as a contributor for bug (#314)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Sep 8, 2022
    Copy the full SHA
    220eac2 View commit details

Commits on Sep 9, 2022

  1. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8fdc63 View commit details

Commits on Sep 10, 2022

  1. Copy the full SHA
    097f741 View commit details

Commits on Sep 16, 2022

  1. docs: add tenshiAMD as a contributor (#322)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Sep 16, 2022
    Copy the full SHA
    e9bc4e2 View commit details

Commits on Sep 22, 2022

  1. chore: create CODEOWNERS (#319)

    Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
    tenshiAMD and Berkmann18 authored Sep 22, 2022
    Copy the full SHA
    382f44c View commit details

Commits on Sep 23, 2022

  1. Copy the full SHA
    94b555e View commit details
  2. Copy the full SHA
    9d82568 View commit details
  3. Copy the full SHA
    109b261 View commit details
20 changes: 20 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -576,6 +576,26 @@
"contributions": [
"doc"
]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com",
"contributions": [
"bug"
]
},
{
"login": "tenshiAMD",
"name": "Angel Aviel Domaoan",
"avatar_url": "https://avatars.githubusercontent.com/u/13580338?v=4",
"profile": "https://tenshiamd.com",
"contributions": [
"code",
"review",
"doc"
]
}
],
"skipCi": true
1 change: 1 addition & 0 deletions .github/- Create CODEOWNERS to automate reviewers
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @all-contributors/core
Loading