Skip to content

Commit

Permalink
Feat/remove contributor badge instructions (#327)
Browse files Browse the repository at this point in the history
* update execute function in docs

* remove contributor badge from developer toolkit

* remove contributor badge from developer toolkit

---------

Co-authored-by: Christian Wooddell <[email protected]>
  • Loading branch information
Christian W and Christian Wooddell authored Dec 19, 2023
1 parent 427d480 commit c59baa1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion documentation/00_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ to compile, execute, and finalize its state autonomously.
# What's new on Aleo?
### [**⚛️ Create Aleo App**](./sdk/create-aleo-app/01_create_aleo_app.md) - A full stack application written in Typescript using Leo and React.
### [**🧰 Leo Developer Toolkit**](./testnet/getting_started/04_developer_toolkit.md) - A zero to one tutorial for the Leo programming language.
#### 🛡️ Claim your contributor badge on [GitHub](https://github.com/aleohq/leo#%EF%B8%8F-contributors) upon completion!
:::

---
Expand Down
11 changes: 0 additions & 11 deletions documentation/sdk/create-aleo-app/01_create_aleo_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ Now you can hit the deploy button!

Success, you’ve deployed an Aleo program and can how create a decentralized, private application!

## Claim your Leo Contributor Badge!
Making it through this tutorial was no easy task, so because you've done it, we'd love to honor you with a Leo contributor badge on Github!

### Pushing your Leo Application to Github

1. Let's get to your project's directory, initialize, and commit your application.
Expand All @@ -205,14 +202,6 @@ git remote -v
git push -u origin main
```

### Claim your Leo badge
1. Go to the Leo repo issues tab [here](https://github.com/AleoHQ/leo/issues/new/choose)
2. Go to 🥇 "Badge" and click "Get Started".
3. Follow the brief instructions and submit.
4. Once your issue is approved, we will add you to the [contributors section](https://github.com/AleoHQ/leo#%EF%B8%8F-contributors) of the Leo README.md file.

Congratulations on becoming a Leo contributor! 🎉

## Recap & Additional Resources

1. We packaged a React template for you with Leo.
Expand Down
22 changes: 0 additions & 22 deletions documentation/testnet/getting_started/04_developer_toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ Open a new terminal window and type `leo --help` to confirm that Leo is installe
- To run your new Leo example, refer to the included `README.md` file, which you can find in the root of your newly created project's folder.
- An example `leo run` command for the `tictactoe` application is `leo run new` which creates a new game board.

## Claim your Leo contributor badge
To claim your Leo contributor badge on GitHub, you will need to push up your Leo app to GitHub.

### Push your Leo app to GitHub
This section refers to the guide created by GitHub [here](https://docs.github.com/en/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github). You can find additional information there as well as alternatives means to add your Leo project to GitHub such as the [GitHub CLI](https://cli.github.com/), [GitHub Desktop](https://desktop.github.com/), or uploading your project folder to an existing repository directly.

Expand Down Expand Up @@ -138,25 +135,6 @@ This section refers to the guide created by GitHub [here](https://docs.github.co

###### 💡Note: You can check which remote you are using with `git remote -v`. You can learn more about `git remote` [here](https://github.com/git-guides/git-remote#what-does-git-remote-do).

### Claim your badge
1. Go to the Leo repo [here](https://github.com/AleoHQ/leo/issues)
2. Give the repo a :star:
3. Click "New Issue" in the top right corner
4. Click "Get started" in the Leo Contributor Badge row
5. Title your issue: "Add <your_github_username> to contributors"
6. Enter the following as your issue description:
```markdown
Hi Aleo team! I'm claiming my contributor badge for completing the New Developer Toolkit tutorial.

Tutorial Repo: <GITHUB_REPO_URL>
Requested badge: <BADGE_TYPE>
```
###### 💡Note: If you created a unique Leo application other than one of the three generated via `leo example` e.g., token, lottery, tictactoe, then enter **"Content"** as your badge type, otherwise enter **"Tutorial"**.
6. Click "Submit new issue"
7. Once your issue is approved, we will add you to the [Contributors section](https://github.com/AleoHQ/leo#%EF%B8%8F-contributors) of the Leo README.md file.

Congratulations on becoming a Leo contributor! 🎉

## Continue your Leo journey

Check out the following resources:
Expand Down

0 comments on commit c59baa1

Please sign in to comment.