From 51e03c96c1f487a593519f166ca8ed2bbb0682d8 Mon Sep 17 00:00:00 2001 From: k4lizen <124312252+k4lizen@users.noreply.github.com> Date: Sun, 23 Nov 2025 15:22:13 +0100 Subject: [PATCH] upd pull request template (#3414) --- .github/pull_request_template.md | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0cd6aba69..60900e3fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,3 +2,6 @@ Please make sure to read the linting and testing instructions at https://pwndbg.re/dev/contributing/ before creating a PR. --> + ++ [ ] I read the contributing documentation. ++ [ ] I am providing a screenshot of the (new feature) / (fixed bug). diff --git a/.gitignore b/.gitignore index f144b2998..ccf806083 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ result* # Vim *.swp + +# lsp configuration +pyrightconfig.json