Skip to content

Commit

Permalink
Merge pull request #41 from MorganKryze/dev
Browse files Browse the repository at this point in the history
📖 update pr template
  • Loading branch information
MorganKryze committed Dec 13, 2023
2 parents e829e19 + 7e7525e commit 3583692
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 16 deletions.
56 changes: 56 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Description

<!--
Please do not leave this blank
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
-->
## Features

<!-- Please describe the feature added. -->

## Bug Fixes

<!-- Please describe the bug fixed. -->

## 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
<!--
Please use this format link issue numbers: Fixes #123
https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
-->

## Mobile & Desktop Screenshots/Recordings

<!-- Visual changes require screenshots -->

## Steps to QA

<!--
Please provide some steps for the reviewer to test your change. If you have wrote tests, you can mention that here instead.
1. Click a link
2. Do this thing
3. Validate you see the thing working
-->

## Added to documentation?

- [ ] 📜 README.md
- [ ] 📓 docs
- [ ] 📕 already in the code
- [ ] 🙅 no documentation needed

## [optional] Are there any post-deployment tasks we need to perform?
10 changes: 0 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/external.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/internal.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/ConsoleAppVisuals/Matrix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MIT License 2023 MorganKryze
*/
namespace ConsoleAppVisuals;
/// <summary>
/// A maxtrix class for the console.
/// A matrix class for the console.
/// </summary>
public class Matrix<T>
{
Expand Down

0 comments on commit 3583692

Please sign in to comment.