mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Template updates post ssz and ethabi (#82)
* add updates found when merging template with py-ssz and eth-abi * add wheel and wheel-windows to ci and reorg
This commit is contained in:
@ -8,14 +8,15 @@ relevant to people working on the code itself.)
|
||||
Each file should be named like `<ISSUE>.<TYPE>.rst`, where
|
||||
`<ISSUE>` is an issue number, and `<TYPE>` is one of:
|
||||
|
||||
* `feature`
|
||||
* `bugfix`
|
||||
* `performance`
|
||||
* `doc`
|
||||
* `internal`
|
||||
* `removal`
|
||||
* `misc`
|
||||
* `breaking`
|
||||
* `bugfix`
|
||||
* `deprecation`,
|
||||
* `doc`
|
||||
* `feature`
|
||||
* `internal`
|
||||
* `misc`
|
||||
* `performance`
|
||||
* `removal`
|
||||
|
||||
So for example: `123.feature.rst`, `456.bugfix.rst`
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@ import sys
|
||||
ALLOWED_EXTENSIONS = {
|
||||
".breaking.rst",
|
||||
".bugfix.rst",
|
||||
".deprecation.rst",
|
||||
".doc.rst",
|
||||
".feature.rst",
|
||||
".internal.rst",
|
||||
|
||||
Reference in New Issue
Block a user