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 | c4363e4ad8aa3269a581d89b1e11403dd89df291 (patch) | |
tree | 004bceead8982e6602bcb3b9176c70bbadc9fc3f /.github | |
parent | 19afab164183a5e80d8f7e7ae9df6b57e26a4a48 (diff) |
Add a pull request template (#825)
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f401c9f --- /dev/null +++ b/.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. +************************************************************************** + |