From d5d867dc1c7342bd74108ef28c53e21454d4d376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 9 Nov 2023 09:08:46 +0100 Subject: [PATCH] Use shared templates in the .github repo --- .github/ISSUE_TEMPLATE.md | 30 ---------------------------- .github/PULL_REQUEST_TEMPLATE.md | 34 -------------------------------- 2 files changed, 64 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3ad30202..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ - - -### Expected behaviour - -Describe what should happen. - -### Actual behaviour - -Describe what happens instead and why is it an issue. - -### What are the steps to reproduce this issue? - -Input clear steps to reproduce the issue for a maintainer. - -1. ... -2. ... -3. ... - -### Any logs, error output, etc? - -Add any code, log or error output that you see fit for this issue, wrap any code -and / or console output with the proper code blocks. - -### Any other comments? - -Expand the issue with any details you find appropriate to solve or reproduce it. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 97e68690..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ -## Proposed changes - -Describe the big picture of your changes here to communicate to the maintainers -why we should accept this pull request. If it fixes a bug or resolves a feature -request, be sure to link to that issue. - -## Types of changes - -Please check the type of change your PR introduces: - -- [ ] Release (new release request) -- [ ] Bugfix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Code style update (PEP8, lint, formatting, renaming, etc) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Build related changes (build process, tests runner, etc) -- [ ] Other (please describe): - -## Checklist - -_Put an `x` in the boxes that apply. You can also fill these out after creating -the PR. If you're unsure about any of them, don't hesitate to ask. We're here to -help! This is simply a reminder of what we are going to look for before merging -your code._ - -- [ ] Lint and unit tests pass locally with my changes -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have added documentation to https://github.com/python-social-auth/social-docs - -## Other information - -Any other information that is important to this PR such as screenshots of how -the component looks before and after the change.