diff --git a/.github/issue_template.md b/.github/issue_template.md index 13e7ecf3061..e6a7a5accb4 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -32,6 +32,7 @@ As an [Actor], I want [feature] so that [why]. * Virtual Machine software & version: [`vmware -v`] * Docker Version: [`docker version`] * Cloud VM, type, size: [Amazon Web Services I3-large] +* Consensus Client & Version if using Proof of Stake: [e.g. Teku, Lighthouse, Prysm, Nimbus, Lodestar] ### Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information) * Solidity version [`solc --version`] diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index edfac2bb41a..00000000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,39 +0,0 @@ -## Status -**READY/IN DEVELOPMENT/HOLD** - -## Description -A few sentences describing the overall goals of the pull request's commits. - -## Related PRs -List related PRs against other branches: - -branch | PR ------- | ------ -other_pr_production | [link]() -other_pr_master | [link]() - - -## Todos -- [ ] Tests -- [ ] Documentation - - -## Deploy Notes -Notes regarding deployment the contained body of work. These should note any -db migrations, etc. - -## Steps to Test or Reproduce -Outline the steps to test or reproduce the PR here. - -```sh -git pull --prune -git checkout -bundle; script/server -``` - -1. - -## Impacted Areas in Application -List general components of the application that this PR will affect: - -* \ No newline at end of file