diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ac33f48 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +* @decanus + +*.sol @mattdf diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..88b924b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem (Bugs) +``` + 1. + 2. + 3. +```