From c5ffedbc1a7306341707ab01765a73cbbb6fd565 Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Thu, 4 Apr 2024 16:31:37 +0200 Subject: Add a pull request template (#825) --- nvim/.github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nvim/.github/pull_request_template.md (limited to 'nvim/.github/pull_request_template.md') diff --git a/nvim/.github/pull_request_template.md b/nvim/.github/pull_request_template.md new file mode 100644 index 0000000..f401c9f --- /dev/null +++ b/nvim/.github/pull_request_template.md @@ -0,0 +1,8 @@ +*************************************************************************** +**NOTE** +Please verify that the `base repository` above has the intended destination! +Github by default opens Pull Requests against the parent of a forked repository. +If this is your personal fork and you didn't intend to open a PR for contribution +to the original project then adjust the `base repository` accordingly. +************************************************************************** + -- cgit v1.2.3