diff options
| author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-04 16:31:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 10:31:37 -0400 |
| commit | c5ffedbc1a7306341707ab01765a73cbbb6fd565 (patch) | |
| tree | 600d2a84a9809e0ff867c59bb6b77ebfa3c5dea8 /nvim | |
| parent | a143ff3311f1108ef2e08f25ed9e74809258d398 (diff) | |
| download | dots-c5ffedbc1a7306341707ab01765a73cbbb6fd565.tar.gz | |
Add a pull request template (#825)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/.github/pull_request_template.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. +************************************************************************** + |