diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7f2fb97 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +- (Mandatory) Description + a human-readable description of changes + a human-readable description of the purpose of the PR +- (Mandatory) What is it: (Fix), (Feature), or (Refactor) in Title, e.g., "(Fix) price of 1 token in Wei > 18 decimals" +- (Mandatory) Developers: Each completed PR should be updated in the Wiki Documentation. +(Recommended) Each PR should have one commit message and therefore should only contain one specific fix or feature. Otherwise, multiple PRs should be made +- Did you check that your PR is chain agnostic? It shouldn't depend on any hardcoded chainIds, URLs. +- (Optional) Any additional concerns or comments \ No newline at end of file