diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..ef3704fc2a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,44 @@ +## Additional Information +_The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._ + +### Version of nydus being used (nydusd --version) + + + +### Version of nydus-snapshotter being used (containerd-nydus-grpc --version) + + + +### Kernel information (uname -r) +_command result: uname -r_ + +### GNU/Linux Distribution, if applicable (cat /etc/os-release) +_command result: cat /etc/os-release_ + +### containerd-nydus-grpc command line used, if applicable (ps aux | grep containerd-nydus-grpc) +``` +``` + +### client command line used, if applicable (such as: nerdctl, docker, kubectl, ctr) +``` +``` + +### Screenshots (if applicable) + +## Details about issue + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..bae8c39011c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +## Relevant Issue (if applicable) +_If there are Issues related to this PullRequest, please list it._ + +## Details +_Please describe the details of PullRequest._ + +## Types of changes + +_What types of changes does your PullRequest introduce? Put an `x` in all the boxes that apply:_ + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Documentation Update (if none of the other choices apply) + +## Checklist + +_Go over all the following points, and put an `x` in all the boxes that apply._ + +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. \ No newline at end of file