Skip to content

Commit 8dcc9fc

Browse files
committed
docs(readme): document steps to create an issue in support repo
Signed-off-by: Artur Troian <[email protected]>
1 parent 590dcd1 commit 8dcc9fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is just a short list of ideas, if you have other ideas for contributing ple
2828

2929
#### I've found a typo
3030

31-
* A Pull Request is not necessary. Raise an [Issue](https://github.com/akash-network/node/issues) and we'll fix it as soon as we can.
31+
* A Pull Request is not necessary. Raise an [Issue](https://github.com/akash-network/support/issues) and we'll fix it as soon as we can.
3232

3333
#### I have a (great) idea
3434

@@ -260,7 +260,7 @@ There is a forum which you are welcome to join to discuss Akash Network, Kuberne
260260

261261
### Roadmap
262262

263-
* Browse open issues in [overclock/akash](https://github.com/akash-network/node/issues)
263+
* Browse open issues in [support](https://github.com/akash-network/support/issues)
264264

265265
## License
266266

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@
1313
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
1414
found in the [design documentation](https://docs.akash.network); and the target workload definition spec is [here](https://docs.akash.network/sdl).
1515

16-
For an indept understanding of the code [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/akash-network/node)
16+
For an indepth understanding of the code [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/akash-network/node)
1717

18+
# Roadmap and contributing
19+
20+
Should you with to suggest feature or report an issue please open ticket in [support repo](https://github.com/akash-network/support/issues)
21+
22+
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.
1823

24+
To become a contributor, please see the guide on [contributing](CONTRIBUTING.md)
1925

2026
# Branching and Versioning
2127

@@ -78,12 +84,6 @@ Or install a specific version with [GoDownloader](https://github.com/goreleaser/
7884
$ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install | sh -s -- v0.22.0
7985
```
8086

81-
# Roadmap and contributing
82-
83-
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.
84-
85-
To become a contributor, please see the guide on [contributing](CONTRIBUTING.md)
86-
8787
## Development environment
8888
[This doc](https://github.com/akash-network/node/blob/main/_docs/development-environment.md) guides through setting up local development environment
8989

0 commit comments

Comments
 (0)