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