From c9416ede659d955fea0a92ac6fa31bfdf5660b32 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:22:34 +0200 Subject: [PATCH] Create webapp.md --- .github/PULL_REQUEST_TEMPLATE/webapp.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/webapp.md diff --git a/.github/PULL_REQUEST_TEMPLATE/webapp.md b/.github/PULL_REQUEST_TEMPLATE/webapp.md new file mode 100644 index 00000000..55527706 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/webapp.md @@ -0,0 +1,21 @@ +--- +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... +