From 6dbf65e30084d27a78c58837a6916b5d98bfa15b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:26:22 +0200 Subject: [PATCH] Removing usless pull request templates --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 21 --------------- .../PULL_REQUEST_TEMPLATE/feature-proposal.md | 27 ------------------- .github/PULL_REQUEST_TEMPLATE/webapp.md | 21 --------------- 3 files changed, 69 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/feature-proposal.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/webapp.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md deleted file mode 100644 index 6dd29447..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug Fix -about: Propose code for a bug fix -title: "[BUG] " -labels: bug ---- - -## 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. - -## Checklist - - - [ ] I have added tests that prove my fix is effective or that my feature works - - [ ] I have added necessary documentation (if appropriate) - -## Further comments - -If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did -and what alternatives you considered, etc... diff --git a/.github/PULL_REQUEST_TEMPLATE/feature-proposal.md b/.github/PULL_REQUEST_TEMPLATE/feature-proposal.md deleted file mode 100644 index 6d910f7e..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature-proposal.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature Proposal -about: Propose code for a new feature of Kyoo -title: "[FEATURE] " -labels: enhancement ---- - -## 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. - -## Informations - - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - - [ ] New public API added - - [ ] Non-breaking changes - -## Checklist - - - [ ] I have added tests that prove my fix is effective or that my feature works - - [ ] I have added necessary documentation (if appropriate) - -## Further comments - -If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did -and what alternatives you considered, etc... - diff --git a/.github/PULL_REQUEST_TEMPLATE/webapp.md b/.github/PULL_REQUEST_TEMPLATE/webapp.md deleted file mode 100644 index 55527706..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/webapp.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Feature Proposal -about: Propose code for a change on the webapp of Kyoo -title: "[WEBAPP] " -labels: webapp ---- - -## Kyoo.WebApp Pull Request - -Please link a pull request from the [Kyoo.WebApp](https://github.com/AnonymusRaccoon/Kyoo.WebApp) repository, this pull request should -only be a shortcut to the one on this repository to inform users of changes. - -## Proposed changes - -Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. - -## Further comments - -If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did -and what alternatives you considered, etc... -