|
1 | 1 | ## Description |
2 | | -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. |
| 2 | +Brief description of the changes. |
3 | 3 |
|
4 | | -Fixes # (issue) |
5 | | - |
6 | | -## Type of change |
7 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
8 | | -- [ ] New feature (non-breaking change which adds functionality) |
9 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 4 | +## Type of Change |
| 5 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 6 | +- [ ] New feature (non-breaking change that adds functionality) |
| 7 | +- [ ] New detection rule |
10 | 8 | - [ ] Documentation update |
11 | 9 |
|
12 | | -## How Has This Been Tested? |
13 | | -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. |
14 | | -- [ ] Unit Tests (`pytest tests/`) |
15 | | -- [ ] Linting (`flake8`) |
16 | | -- [ ] Tested against a live smart contract |
| 10 | +## Testing |
| 11 | +- [ ] I have run `pytest tests/` and all tests pass |
| 12 | +- [ ] I have tested with a real Solidity contract |
17 | 13 |
|
18 | | -## Checklist: |
19 | | -- [ ] My code follows the style guidelines of this project |
20 | | -- [ ] I have performed a self-review of my own code |
21 | | -- [ ] I have made corresponding changes to the documentation |
22 | | -- [ ] My changes generate no new warnings |
23 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
24 | | -- [ ] New and existing unit tests pass locally with my changes |
| 14 | +## Checklist |
| 15 | +- [ ] My code follows the project's style guidelines |
| 16 | +- [ ] I have added tests for my changes |
| 17 | +- [ ] I have updated documentation if needed |
0 commit comments