1
- # Bittensor Improvement Templates (BITs)
1
+ # Bittensor Improvement Tenets (BITs)
2
2
3
- Welcome to the Bittensor Improvement Templates (BITs)
3
+ Welcome to the Bittensor Improvement Tenets (BITs)
4
4
[ repository] ( https://github.com/opentensor/bits ) . This repository serves as the central
5
5
location for submitting, discussing, and tracking proposals for changes and improvements to the
6
6
Bittensor protocol.
7
7
8
8
## What are BITs?
9
9
10
- A Bittensor Improvement Template (BIT) is a technical design document providing information to
10
+ A Bittensor Improvement Tenet (BIT) is a technical design document providing information to
11
11
the Bittensor community or describing new features for the Bittensor protocol and surrounding
12
12
ecosystem. A BIT should provide a convincing rationale for and a concise technical
13
13
specification of any underlying features described in the BIT. BITs are intended to be the
@@ -48,9 +48,9 @@ BITs pass through several stages before it becomes final:
48
48
49
49
1 . ** Fork this repository.**
50
50
2 . ** Create a new file** in the ` bits/ ` directory named ` BIT-XXXX.md ` , where ` XXXX ` is the next
51
- available BIT number. You can use the [ BIT template ] ( bits/BIT-0000-template .md ) as a starting
51
+ available BIT number. You can use the [ BIT tenet ] ( bits/BIT-0000-tenet .md ) as a starting
52
52
point.
53
- 3 . ** Fill in the template ** with your proposal details.
53
+ 3 . ** Fill in the tenet ** with your proposal details.
54
54
4 . ** Submit a pull request** with your new BIT. The title should be "BIT-XXXX: [ Title] " where
55
55
` XXXX ` is your BIT number.
56
56
5 . ** Engage in the discussion** : Address any feedback from the community and BIT editors during
@@ -59,7 +59,7 @@ BITs pass through several stages before it becomes final:
59
59
## BITs Numbering
60
60
61
61
BITs are assigned numbers in the order they are proposed. The number ` 0000 ` is reserved for the
62
- BIT template . Once a BIT is accepted and merged, its number is locked and cannot be changed.
62
+ BIT tenet . Once a BIT is accepted and merged, its number is locked and cannot be changed.
63
63
64
64
## Roles and Responsibilities
65
65
0 commit comments