Skip to content

Commit 9be2591

Browse files
committed
Add tabs after numbered steps for readability
Signed-off-by: Zack Koppert <[email protected]>
1 parent 75b58e0 commit 9be2591

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/contributor-insights.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ The action protects contributor privacy by not supplying any information that is
3232
Interested in implementing the contributors action in your project or organization? Here's a step-by-step guide to get you started:
3333

3434
1. Create a Repository
35-
Start by creating a new repository to host the contributors GitHub action or select an existing one. You can also run this action on an entire organization.
35+
Start by creating a new repository to host the contributors GitHub action or select an existing one. You can also run this action on an entire organization.
3636

3737
2. Choose an Example Workflow
38-
Select the best-fit workflow file from the [examples](https://github.com/github/contributors/blob/main/README.md#example-workflow) provided and customize it to your needs with the ["Configuration" section of the contributors action README.md file](https://github.com/github/contributors/blob/main/README.md#configuration).
38+
Select the best-fit workflow file from the [examples](https://github.com/github/contributors/blob/main/README.md#example-workflow) provided and customize it to your needs with the ["Configuration" section of the contributors action README.md file](https://github.com/github/contributors/blob/main/README.md#configuration).
3939

4040
3. Copy and Edit the Workflow
41-
Copy the chosen example workflow into your repository and save it in the .github/workflows/ directory with the .yml file extension. Edit the values in the workflow to match your specific needs, including the organization or repository you want to measure, start and end dates (if applicable), and other configurations.
41+
Copy the chosen example workflow into your repository and save it in the .github/workflows/ directory with the .yml file extension. Edit the values in the workflow to match your specific needs, including the organization or repository you want to measure, start and end dates (if applicable), and other configurations.
4242

4343
4. Set the GitHub Token
44-
Ensure that you have a GitHub Token with the necessary permissions to read the repository or organization you're interested in scanning. If you're running the Action on a different repository or organization, create a GitHub API token and store it as a repository secret, referencing it in your workflow.
44+
Ensure that you have a GitHub Token with the necessary permissions to read the repository or organization you're interested in scanning. If you're running the Action on a different repository or organization, create a GitHub API token and store it as a repository secret, referencing it in your workflow.
4545

4646
5. Commit and Trigger the Action
47-
Commit the workflow file to your default branch and wait for the Action to trigger based on your specified schedule or manually initiate it via a [workflow_dispatch](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow).
47+
Commit the workflow file to your default branch and wait for the Action to trigger based on your specified schedule or manually initiate it via a [workflow_dispatch](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow).
4848

4949
## `CONTRIBUTING.md` files for every project
5050

0 commit comments

Comments
 (0)