👍🎉First off, thanks for taking the time to contribute🎉👍
The following is a set of guidelines on how to contribute
The cookbook is layed out in 4 different sections.
Section | Description |
---|---|
Getting Started | Resources for starting development on ao |
Core Concepts | Building blocks of ao that are good to know for development |
Guides | Snack-sized guides about different tools for development |
References | References to commonly needed code snippets |
Depending on what you are writing, it will live in one of these sections
References are an overarching topic with a list of references of how to do things under that topic. The general structure is the following:
Code Reference Title
Short Summary (Include why to use this ref)
Code Snippet
Guides are longer form informational documentation on various topics. The general structure for writing a guide is the following:
Brief Summary/TLDR
Why should I use this guide
Fact Sheet
Deep Dive
Other Resources
If you use GitPod, this is all done for you.
yarn
yarn dev
It will take some time to start, the documentation can then be viewed at (http://localhost:8080/)
There's a list of needed content tracked on the project board of this repository. The board is kept up to date with all work being worked on.
To start work, do the following:
- Create an issue and/or comment on an existing issue to state you've started working
- Create a PR during or when complete
Missing something on the cookbook? Please create an issue and we'll try to get it added!
We are using conventional commits for this repository.
General flow for making a contribution:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!