diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9e201fd1a..8f2cb4c9d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to VechainThor Welcome to VechainThor! We appreciate your interest in contributing. By participating in this project, you agree to -abide by our [Code of Conduct](../CODE_OF_CONDUCT.md). +abide by our [Code of Conduct](https://github.com/vechain/thor/blob/master/CODE_OF_CONDUCT.md). ## VeChain Improvement Proposals (VIPs) @@ -34,7 +34,7 @@ current development landscape. ```bash make test ``` - - **Note:**: Please refer to the [README](../README.md) for information on how to start the node and interact with the + - **Note:**: Please refer to the [README](https://github.com/vechain/thor/blob/master/README.md) for information on how to start the node and interact with the API. 5. Make your changes and commit them with a clear and concise commit message. 6. Push your changes to your forked repository: diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..a123957a8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + file://$PROJECT_DIR$/tests/e2e/blocks_test.go + 15 + + + file://$PROJECT_DIR$/tests/e2e/setup_test.go + 12 + + + file://$PROJECT_DIR$/tests/e2e/blocks_test.go + 11 + + + file://$PROJECT_DIR$/tests/e2e/accounts_test.go + 12 + + + file://$PROJECT_DIR$/tests/e2e/accounts_test.go + 14 + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 9e9e1e407..3ecaa84e3 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ A special shout out to following projects: ## Contributing -- Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.mdING.md) on how to contribute to this project. +- Please refer to [CONTRIBUTING.md](https://github.com/vechain/thor/blob/master/.github/CONTRIBUTING.md) on how to contribute to this project. ## License