Skip to content

Commit

Permalink
docs(bot): 📝 update installation.md w/ notes (#714)
Browse files Browse the repository at this point in the history
add an important information note for new repo installation w/ the bot.
The config file should be created for the first time w/ mandatory values.
The bot will add the default values afterwards.

Co-authored-by: Maximilian Berkmann <[email protected]>
  • Loading branch information
LBF38 and Berkmann18 committed Aug 23, 2023
1 parent dd548de commit bc42a41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/bot/installation.md
Expand Up @@ -49,6 +49,17 @@ For the badge use the following, replacing `projectOwner` with the relevant GitH
[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors)
```

> Please create the `.all-contributorsrc` file for the first configuration. It can only have the mandatory information in it to begin. The bot will update it automatically with default config in the first PR.
> Here is the minimal `.all-contributorsrc` file to add in your repo :
>
> ```json
> {
> "projectName": "<insert the repo's name>",
> "projectOwner": "<insert the repo's owner/orgs>"
> }
> ```
>
## 4. Update your Contributing documentation
Consider updating your `CONTRIBUTING.md` or similar with steps on how contributors can add themselves. You can even link to the [bot usage documentation](usage).
Expand Down

1 comment on commit bc42a41

@Gledis123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gooo

Please sign in to comment.