diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1ef6d06b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,56 @@ +# Description + + +## Features + + + +## Bug Fixes + + + +## What type of PR is this? (check all applicable) + +- [ ] 🍕 Feature +- [ ] 🐛 Bug Fix +- [ ] 📝 Documentation Update +- [ ] 🎨 Style +- [ ] 🧑‍💻 Code Refactor +- [ ] 🔥 Performance Improvements +- [ ] ✅ Test +- [ ] 🤖 Build +- [ ] 🔁 CI +- [ ] 📦 Chore (Release) +- [ ] ⏩ Revert + +## Related Tickets & Documents + + +## Mobile & Desktop Screenshots/Recordings + + + +## Steps to QA + + + +## Added to documentation? + +- [ ] 📜 README.md +- [ ] 📓 docs +- [ ] 📕 already in the code +- [ ] 🙅 no documentation needed + +## [optional] Are there any post-deployment tasks we need to perform? diff --git a/.github/PULL_REQUEST_TEMPLATE/external.md b/.github/PULL_REQUEST_TEMPLATE/external.md deleted file mode 100644 index 4592ffed..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/external.md +++ /dev/null @@ -1,10 +0,0 @@ -# Describe your changes - -## Issue ticket number and link - -## Checklist before requesting a review - -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests. -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update. diff --git a/.github/PULL_REQUEST_TEMPLATE/internal.md b/.github/PULL_REQUEST_TEMPLATE/internal.md deleted file mode 100644 index 2043acf6..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/internal.md +++ /dev/null @@ -1,5 +0,0 @@ -# Features - -## Bug Fixes - -## Documentation diff --git a/src/ConsoleAppVisuals/Matrix.cs b/src/ConsoleAppVisuals/Matrix.cs index de8ec252..06a020e2 100644 --- a/src/ConsoleAppVisuals/Matrix.cs +++ b/src/ConsoleAppVisuals/Matrix.cs @@ -4,7 +4,7 @@ MIT License 2023 MorganKryze */ namespace ConsoleAppVisuals; /// -/// A maxtrix class for the console. +/// A matrix class for the console. /// public class Matrix {