From d0511319e5edb1f05683600cc2279dc47725b352 Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Sat, 29 May 2021 10:19:49 +0300 Subject: [PATCH] github: Add templates for new issues and pull requests This way users would be able to create more meaningfull pull-requests and issues. And we would not need to ask them to provide basic information each time. Signed-off-by: Pavel Tikhomirov --- .github/ISSUE_TEMPLATE.md | 63 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++ 2 files changed, 81 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..222d66156 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,63 @@ + + +**Description** + + + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + + +**CRIU logs and information:** + + + +
CRIU full dump/restore logs: +

+ +``` +(paste your output here) +``` + +

+
+ +
Output of `criu --version`: +

+ +``` +(paste your output here) +``` + +

+
+ +
Output of `criu check --all`: +

+ +``` +(paste your output here) +``` + +

+
+ +**Additional environment details:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..62365b191 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +