-
Notifications
You must be signed in to change notification settings - Fork 258
docs(readme): document steps to create an issue in support repo #2001
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,9 +13,15 @@ | |||||
| For a high-level overview of the Akash protocol and network economics, check out the [whitepaper](https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4tLqYvLYv); a detailed protocol definition can be | ||||||
| found in the [design documentation](https://docs.akash.network); and the target workload definition spec is [here](https://docs.akash.network/sdl). | ||||||
|
|
||||||
| For an indept understanding of the code [](https://deepwiki.com/akash-network/node) | ||||||
| For an indepth understanding of the code [](https://deepwiki.com/akash-network/node) | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix typo: “indepth” → “in-depth” -For an indepth understanding of the code [](https://deepwiki.com/akash-network/node)
+For an in-depth understanding of the code [](https://deepwiki.com/akash-network/node)📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| # Roadmap and contributing | ||||||
|
|
||||||
| Should you with to suggest feature or report an issue please open ticket in [support repo](https://github.com/akash-network/support/issues) | ||||||
|
|
||||||
| Akash is written in Golang and is Apache 2.0 licensed - contributions are welcomed whether that means providing feedback, testing existing and new feature or hacking on the source. | ||||||
|
|
||||||
| To become a contributor, please see the guide on [contributing](CONTRIBUTING.md) | ||||||
|
|
||||||
| # Branching and Versioning | ||||||
|
|
||||||
|
|
@@ -78,12 +84,6 @@ Or install a specific version with [GoDownloader](https://github.com/goreleaser/ | |||||
| $ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install | sh -s -- v0.22.0 | ||||||
| ``` | ||||||
|
|
||||||
| # Roadmap and contributing | ||||||
|
|
||||||
| Akash is written in Golang and is Apache 2.0 licensed - contributions are welcomed whether that means providing feedback, testing existing and new feature or hacking on the source. | ||||||
|
|
||||||
| To become a contributor, please see the guide on [contributing](CONTRIBUTING.md) | ||||||
|
|
||||||
| ## Development environment | ||||||
| [This doc](https://github.com/akash-network/node/blob/main/_docs/development-environment.md) guides through setting up local development environment | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deep-link to “New issue” chooser in support repo
Linking to the issues list increases a click; point directly to the new-issue chooser.
📝 Committable suggestion
🤖 Prompt for AI Agents