Skip to content
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

Contrib revamp #1456

Merged
merged 31 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a96f322
revamp contrib and add more details
ifrit98 Jul 20, 2023
59a046f
mention miners/validators and address feedback
ifrit98 Jul 21, 2023
867f0ca
add black formatting to staging
ifrit98 Jul 21, 2023
cb90ca2
update links for templates
ifrit98 Jul 24, 2023
5e07a84
reword PR template section making CI checks passing REQUIRED
ifrit98 Jul 24, 2023
54d973d
use commit hash instead of version for representative tagging
ifrit98 Jul 24, 2023
d646939
add link to commit rule examples section
ifrit98 Jul 24, 2023
ebeec8e
add interactive rebase and fixup mentions/examples
ifrit98 Jul 24, 2023
06bbfc9
add tooling mentions, move rebase -i/--fixup to bottom
ifrit98 Jul 24, 2023
4ccc397
remove line referencing github actions
ifrit98 Jul 24, 2023
d5c6084
update github PULL_REQUEST_TEMPLATEs and ISSUE_TEMPLATEs
ifrit98 Jul 24, 2023
5ba662f
add short description of miners and validtors
ifrit98 Jul 24, 2023
e880d54
remove markdown conflicting templates
ifrit98 Jul 24, 2023
b6c7db7
add black format check to circleCI
ifrit98 Jul 24, 2023
7184193
add namespace call
ifrit98 Jul 24, 2023
71b05e9
add format check to circleCI
ifrit98 Jul 24, 2023
8980d44
py 38
ifrit98 Jul 24, 2023
647d4fe
add closest python 38 version to bittensor req
ifrit98 Jul 24, 2023
a753359
black time
ifrit98 Jul 25, 2023
ce572c0
indent
ifrit98 Jul 25, 2023
3497ef6
exclude /env
ifrit98 Jul 25, 2023
787f104
add missing black formatted files
ifrit98 Jul 25, 2023
57a1c8e
merge black_format into contrib update
ifrit98 Jul 25, 2023
b42ef3c
revert PR templates back to markdown from yaml
ifrit98 Jul 25, 2023
cfaf66b
revamp magicmock example to make more sense
ifrit98 Jul 25, 2023
eb0cd04
update debug to be more relevant, add tricks
ifrit98 Jul 25, 2023
0580884
address feedback RE PR steps and dev workflow
ifrit98 Jul 25, 2023
4058c93
update style guide to resolve tension between atomic commits and squa…
ifrit98 Jul 25, 2023
4300012
Merge branch 'release/5.3.2' into contrib_revamp
ifrit98 Jul 26, 2023
0f3df5a
catch missed merge conflict (formatting)
ifrit98 Jul 26, 2023
de1070d
black format again
ifrit98 Jul 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 0 additions & 130 deletions CONTRIBUTING.md

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ dendrite.forward( roles = ['user'], messages = ['what are you?'] )
## Release
The release manager should follow the instructions of the [RELEASE_GUIDELINES.md](./RELEASE_GUIDELINES.md) document.

## Contributions
Please review the [contributing guide](./contrib/CONTRIBUTING.md) for more information before making a pull request.

## License
The MIT License (MIT)
Copyright © 2021 Yuma Rao
Expand Down
Loading