From aa34d46aeafcac692978842cb90ea63ed748bdcd Mon Sep 17 00:00:00 2001 From: ShinryakuTako <11238708+ShinryakuTako@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:24:21 +0500 Subject: [PATCH] Add Pull Request Template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..5607bbbf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +--- +name: Pull request +about: An awesome contribution + +--- + +- Category: 'API/Functionality/Component/Language/Style/other' +- Target Platform: 'iOS/macOS/tvOS/Universal' +- Any other info? + +**Is your pull request related to an issue?** +A link to the issue. + +**Describe the solution offered by your pull request** +A clear description of your commit(s). + +**Additional context** +Add any other context or screenshots etc. related to your pull request here.