From 6dcac81d19c2572422fbd2cd743232f220cb0405 Mon Sep 17 00:00:00 2001 From: Jack Plowman <62281988+JackPlowman@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:12:38 +0000 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 4 ++-- pyproject.toml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e1e514f..eada47c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ # Pull Request - - ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) diff --git a/pyproject.toml b/pyproject.toml index ff6d3cc..305d0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,4 @@ [tool.poetry] -name = "github-stats-analyser" -authors = ["Jack Plowman <62281988+JackPlowman@users.noreply.github.com>"] -license = "MIT" package-mode = false [tool.poetry.dependencies]