From c31641150d9ee0e4b9c7cf1210c4e89a030a6bd7 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 22 Apr 2020 12:11:38 -0700 Subject: Add GitHub pull request template. This just provides some sane reminders and ticks a box on the GitHub UI. This change also cleans up the issue template, as there is already an automatic link to the repository's security disclosure policy. PiperOrigin-RevId: 307868833 --- .github/ISSUE_TEMPLATE/config.yml | 5 +---- .github/pull_request_template.md | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f42510b1f..772c9a0ac 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,7 +8,4 @@ contact_links: about: Please see our documentation for debugging tips. - name: gVisor User Forum url: https://groups.google.com/g/gvisor-users - about: Please ask and answer questions here. - - name: gVisor Security List - url: https://github.com/google/gvisor/blob/master/SECURITY.md - about: Please report security vulnerabilities using the process described here. + about: Ask and answer general questions here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..264b4e9fa --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +* [ ] Have you followed the guidelines in [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md)? +* [ ] Have you formatted and linted your code? +* [ ] Have you added relevant tests? +* [ ] Have you added appropriate Fixes & Updates references? +* [ ] If yes, please erase all these lines! -- cgit v1.2.3