From c2d4443abd3cf137ad6de3c111b143ab771d8d85 Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Fri, 10 May 2024 11:31:38 -0700 Subject: [PATCH 1/2] chore: git hygiene additions. --- CODEOWNERS | 2 ++ PR.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 CODEOWNERS create mode 100644 PR.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..ebfeedfbf --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# global +* @l-monninger @andyjsbell @0xmovses @mzabaluev \ No newline at end of file diff --git a/PR.md b/PR.md new file mode 100644 index 000000000..f17e3ce11 --- /dev/null +++ b/PR.md @@ -0,0 +1,50 @@ +# Summary +- **Status**: `draft` +- **RFCs**: [Link to RFC](#./link/to/rfc), [Link to RFC](#./link/to/rfc), or $\emptyset$. +- **Categories**: any of `protocol-units`, `networks`, `scripts`, `util`, `cicd`, or `misc`. + + + +# Core Software Components + + + +# Ancillary Software Components + + +# Testing + +## e2e and Integration Tests + +### Test Plan + + +### Test Components + + +## Unit Tests + +### Test Plan + + +### Test Components + + +# Outstanding Issues + \ No newline at end of file From 8efbc03a0ac27752b34b807d9dddd2128a91f73e Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Fri, 10 May 2024 14:00:32 -0700 Subject: [PATCH 2/2] docs: update PR.md --- PR.md | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/PR.md b/PR.md index f17e3ce11..cc0d559f6 100644 --- a/PR.md +++ b/PR.md @@ -7,44 +7,19 @@ Add your summary text here. --> -# Core Software Components +# Changelog - - -# Ancillary Software Components - # Testing -## e2e and Integration Tests - -### Test Plan - - -### Test Components - - -## Unit Tests - -### Test Plan - - -### Test Components -# Outstanding Issues +# Outstanding issues \ No newline at end of file