Fix broken links in CONTRIBUTING.md#3041
Merged
basfroman merged 2 commits intoopentensor:stagingfrom Sep 9, 2025
Merged
Conversation
Update several broken links in the contributing guidelines: - Fix documentation repository references - Update Discord server and channel links - Correct Bittensor documentation URLs These fixes improve contributor experience by ensuring all referenced resources are accessible.
basfroman
requested changes
Sep 5, 2025
contrib/CONTRIBUTING.md
Outdated
| Before making a PR for any code changes, please write adequate testing with unittest and/or pytest if it is warranted. This is **mandatory** for new features and enhancements. See the [testing guide](./TESTING.md) for more complete information. | ||
|
|
||
| You may also like to view the [/tests](https://github.com/opentensor/bittensor/tree/master/tests) for starter examples. | ||
| You may also like to view the [/tests](../tests) for starter examples. |
Collaborator
There was a problem hiding this comment.
This link should remain the same. Only tests from the master branch can be considered stable for the publicly available latest version of bittensor.
Contributor
Author
There was a problem hiding this comment.
Oh ok, I’ll change the link back to the original one as soon as I’m back behind a computer
Collaborator
There was a problem hiding this comment.
Also, pls resolve the conflict
…ix-contributing-links
MichaelTrestman
approved these changes
Sep 8, 2025
Contributor
MichaelTrestman
left a comment
There was a problem hiding this comment.
Looks good to me
basfroman
approved these changes
Sep 9, 2025
Merged
basfroman
added a commit
that referenced
this pull request
Oct 14, 2025
…links Fix broken links in CONTRIBUTING.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Update several broken links in the contributing guidelines
This commit addresses multiple link issues in the contributing documentation to improve developer experience and ensure all references point to current, accessible resources.
Changes made:
Repository References:
../testsinstead ofhttps://github.com/opentensor/bittensor/tree/master/tests)Discord Links:
Documentation Updates:
to the current https://docs.learnbittensor.org/getting-started/install-btcli#configuration
SDK Version Reference:
These changes ensure that contributors can successfully follow all links in the contributing guidelines and access the most up-to-date resources for Bittensor development.
Branch Acknowledgement
[x] I am acknowledging that I am opening this branch against
staging