From 83390189e10a9e0f3c32250bdbd120456aa2c666 Mon Sep 17 00:00:00 2001 From: Favour Date: Sat, 29 Jun 2024 10:16:54 +0100 Subject: [PATCH] feat: add issue and pr template --- .github/issue-template.md | 9 +++++++++ .github/pull-request-template.md | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/issue-template.md create mode 100644 .github/pull-request-template.md diff --git a/.github/issue-template.md b/.github/issue-template.md new file mode 100644 index 0000000..e628f17 --- /dev/null +++ b/.github/issue-template.md @@ -0,0 +1,9 @@ +### Describe the feature / bug 📝: + +N/A + +### Steps to reproduce the bug 🔁: + +1. +2. +3. diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 0000000..c7a206b --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,11 @@ +### Issue: + +Closes https://github.com/BolajiOlajide/now-playing/issues + +### What has been done: + +- [ ] + +### Screenshots/Videos: + +N/A