diff options
author | Arun Isaac | 2021-12-09 15:29:25 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-10 14:05:23 +0530 |
commit | 4f8042a67cab94384bb30e73ec5139fdd3a4c8b5 (patch) | |
tree | 0052f20148466a8ccc2d19ac0dcc0244c4477a41 /.github | |
parent | a47a1c57c5a7bfd7ca10957e2225568e565467af (diff) | |
download | genenetwork3-4f8042a67cab94384bb30e73ec5139fdd3a4c8b5.tar.gz |
Remove pull request template.
People are not using the pull request template properly. Often, the fields
remain unfilled, and the placeholders are not deleted. This is cognitively
taxing for reviewers. Also, most of our changes are better described in the
commit log than in the pull request description. And, our reviews are quite
cursory and don't need a detailed pull request description for the reviewer to
act on.
* .github/PULL_REQUEST_TEMPLATE.md: Delete file.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e9a2425..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -Please fill out the template below, and delete items not applicable to your pull request. - -#### Description -<!--Brief description of the PR. What does this PR do? --> - -#### How should this be tested? -<!-- What should you do to test this PR? Is there any manual quality -assurance checks that should be done. What are the expectations --> - -#### Any background context you want to provide? -<!-- Anything the reviewer should be aware of ahead of testing --> - -#### What are the relevant pivotal tracker stories? -<!-- Does this PR track anything anywhere? --> - -#### Screenshots (if appropriate) - -#### Questions -<!-- Are there any questions for the reviewer --> |