Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest
main
branch of the repository.
- [X] I have searched for related issues and found none that matched my issue.
Overview
From #147: if someone is running the setup script, they should be added to the .all-contributorsrc
allcontributors config for (I'm thinking to start): code
, content
, documentation
, ideas
, infrastructure
, maintenance
, projectManagement
, tool
.
Additional Info
See https://allcontributors.org/docs/en/emoji-key for the full allcontributors emoji key.
The setup script already makes sure the user is authenticated with gh
. So you can get information on the user by running gh api user
in the script.
const user = JSON.parse(await $`gh api user`);
good first issue type: feature accepting prs