Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AEPS Update README.md #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ See [INDEX.md](INDEX.md) for an index of all AEPs.

## Roadmap

Akash's [roadmap](ROADMAP.md) outlines the high-level goals and priorities for the Akash Network. Some AEPs are associated with the roadmap.
Akash's [roadmap](https://akash.network/roadmap/2025/) outlines the high-level goals and priorities for the Akash Network.
Copy link
Member

Choose a reason for hiding this comment

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

Use the local link README.md

Copy link
Member

Choose a reason for hiding this comment

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

You need to use the local README.md file.


## Contributing

1. Review [AEP-1](spec/aep-1).
2. Fork the repository by clicking "Fork" in the top right.
3. Add your AEP to your fork of the repository. There is a [template AEP here](aep-template.md).
4. Submit a Pull Request to Akash's [AEPs repository](https://github.com/akash-network/aeps).
3. Add your AEP to your fork of the repository.
4. Submit a Pull Request to Akash's [AEPs repository](https://github.com/akash-network/AEP/tree/main/spec).
Copy link
Member

Choose a reason for hiding this comment

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

👍🏼


Your first PR should be a first draft of the final AEP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new AEP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a discussion forum or open GitHub issue where people can discuss the AEP as a whole.

Expand All @@ -39,4 +39,4 @@ To generate the AEPs index and roadmap, run the following commands:
node scripts/index.js
```

To install dependencies, run: `npm install`
To install dependencies, run: `npm install`