Skip to content

Commit f5ace44

Browse files
authored
Single template (#546)
* merged all of the templates into one so the text will auto fill when a PR is created. * was running into this issue documented here with auto fill -> https://stackoverflow.com/questions/52139192/github-pull-requests-template-not-showing
1 parent c718d1f commit f5ace44

File tree

4 files changed

+37
-70
lines changed

4 files changed

+37
-70
lines changed

.github/PULL_REQUEST_TEMPLATE/cosmetic_src_changes.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/logic_src_changes.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/testing_or_misc_nonsrc_changes.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
<!---
3+
No need to add special tag
4+
src/ & non src/ changes you need the following (that apply):
5+
-->
6+
# Description of change
7+
## High level
8+
* <DESCRIP_OF_CHANGE>
9+
* <DESCRIP_OF_SUBCHANGE>
10+
11+
<!---
12+
Add the `Status: Needs Auditor Approval` tags
13+
CHANGES IN /SRC DIR:
14+
- renaming (not retyping or resizing) of variables & methods
15+
- reordering and moving of functions in files
16+
- lite moving of functions accross files
17+
- comments
18+
19+
src/ changes you need the following (that apply):
20+
-->
21+
22+
# Description of bug or vulnerability and solution
23+
* <PARAGRAPH_EXP_OF_VULN_BUG>
24+
* <PARAGRAPH_EXP_OF_HOW_CHANGE_SOLVES_VULN_OR_BUG>
25+
26+
# Contract size
27+
## Pre Change
28+
<PASTE_OUTPUT_HERE>
29+
## Post Change
30+
<PASTE_OUTPUT_HERE>
31+
32+
# Gas usage
33+
## Pre Change
34+
<PASTE_OUTPUT_HERE>
35+
## Post Change
36+
<PASTE_OUTPUT_HERE>
37+

0 commit comments

Comments
 (0)