aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-30 20:09:00 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-30 20:18:37 -0400
commit8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch)
treea0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE
parent1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff)
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE')
-rw-r--r--.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE31
1 files changed, 0 insertions, 31 deletions
diff --git a/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE b/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE
deleted file mode 100644
index 1ec176d..0000000
--- a/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE
+++ /dev/null
@@ -1,31 +0,0 @@
-=================================================================
-Use a dedicated feature branch
-=================================================================
-
-Please use a dedicated feature branch for your feature request, instead of asking us to merge "your-fork/main" into the "origin/main". The use of dedicated branches makes it much more convenient to deal with pull-requests, especially when using Magit to do so.
-
-If you were about to open a pull-request asking us to merge your version of "main", then see [1] for instructions on how to quickly fix that and some information on why we ask you to do so.
-
-Additionally we ask you to allow us to push to the branch you want us to merge. We might want to push additional commits and/or make minor changes. Please make sure the box next to "Allow edits from maintainers" is checked before creating the pull-request.
-
- [1]: https://github.com/magit/magit/wiki/Dedicated-pull-request-branches
-
-=================================================================
-Do NOT use Github to edit files and create commit messages
-=================================================================
-
-Unless you are aware of all the pitfalls and take great care to avoid them, the use of Github results in many small defects, including but not limited to trailing whitespace, commit messages containing overlong lines and no newline at the very end, and "GitHub <noreply@github.com>" being used as the committer. The last one cannot even be avoided, which I consider as an affront.
-
-Github is an insufficient interface for editing files and creating commits. Please don't do it when contributing to Magit.
-
-=================================================================
-What you should write here
-=================================================================
-
-Please summarize the changes made in the commits. Explain why you are making these changes, not just what changes you are making. This also applies to the commit messages.
-
-=================================================================
-How to update the manual
-=================================================================
-
-Edit only "magit.org" and "magit-section.org". To update "magit.texi" and "magit-section.texi" run "make texi".