Skip to content

Commit 2d04c39

Browse files
Update contrib/CONTRIBUTING.md
Co-authored-by: BD Himes <[email protected]>
1 parent 1d6b9db commit 2d04c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Patchsets and enhancements should always be focused. A pull request could add a
102102
Specifically, pull requests must adhere to the following criteria:
103103
- **Must** branch off from `staging`. Make sure that all your PRs are using `staging` branch as a base or will be closed.
104104
- Contain fewer than 50 files. PRs with more than 50 files will be closed.
105-
- Use the specific [template](https://github.com/opentensor/bittensor/blob/master/.github/pull_request_template.md) appropriate to your contribution.
105+
- Use the specific [template](../.github/pull_request_template.md) appropriate to your contribution.
106106
- If a PR introduces a new feature, it *must* include corresponding tests.
107107
- Other PRs (bug fixes, refactoring, etc.) should ideally also have tests, as they provide proof of concept and prevent regression.
108108
- Categorize your PR properly by using GitHub labels. This aids in the review process by informing reviewers about the type of change at a glance.

0 commit comments

Comments
 (0)