Просмотр исходного кода

ci: Create pull_request_template.md

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 лет назад
Родитель
Сommit
ed2c168f33
1 измененных файлов с 26 добавлено и 0 удалено
  1. 26 0
      .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

+ 26 - 0
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

@@ -0,0 +1,26 @@
+<!--- Provide a general summary of your changes in the Title above -->
+##### Describe your changes
+<!--- Describe your changes in detail -->
+
+##### Any Relavant Issue ticket number and link
+<!--- this category is optional IF there are no associated issues/PRs of relavance -->
+
+##### Motivation and Context
+<!--- Why is this change required? What problem does it solve? -->
+<!--- If it fixes an open issue, please link to the issue here. -->
+
+##### How Has This Been Tested?
+<!--- Please describe in detail how you tested your changes. -->
+<!--- Include details of your testing environment, and the tests you ran to -->
+<!--- see how your change affects other areas of the code, etc. -->
+
+##### Screenshots (if appropriate):
+
+##### Checklist before requesting a review
+- [ ] Have you performed a self review of the code?
+- [ ] Have you added adequte tests?
+- [ ] If this adds a feature, has completions been added for zsh and fish?
+- [ ] Have you updated documentation, man pages, help?
+- [ ] Have you ensured any option flags are respected?
+- [ ] Does your code pass CI tests?
+- [ ] Does your commit summaries follow conventional commits?