|
1 | | -================================================================= |
2 | | -Please use your own words |
3 | | -================================================================= |
| 1 | +Please use your own words. |
| 2 | +Please use your own brain. |
4 | 3 |
|
5 | | -Please use your own words, in this summary, commit messages and code. If you really must use a LLM, at least disclose that upfront. Code written by a LLM is not accepted. |
| 4 | +No stochastic parrots! |
| 5 | +No LLMs! |
6 | 6 |
|
7 | | -================================================================= |
8 | | -Use a dedicated feature branch |
9 | | -================================================================= |
| 7 | + ▐ ▄ ▄▄▄· ▪ |
| 8 | +•█▌▐█▪ ▐█ ▀█ ██ |
| 9 | +▐█▐▐▌ ▄█▀▄ ▄█▀▀█ ▐█ |
| 10 | +██▐█▌▐█▌.▐▌ ▐█ ▪▐▌▐█▌ |
| 11 | +▀▀ █▪ ▀█▄▀▪ ▀ ▀ ▀▀▀ |
10 | 12 |
|
11 | | -Please use a dedicated feature branch for your feature request, instead of asking us to merge "your-fork/master" into "origin/master". The use of dedicated branches makes it much more convenient to deal with pull-requests, especially when using Magit to do so. |
12 | | - |
13 | | -If you were about to open a pull-request asking us to merge your version of "master", then see [1] for instructions on how to quickly fix that and some information on why we ask you to do so. |
14 | | - |
15 | | -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. |
16 | | - |
17 | | - [1]: https://github.com/magit/magit/wiki/Dedicated-pull-request-branches |
18 | | - |
19 | | -================================================================= |
20 | | -What you should write here |
21 | | -================================================================= |
| 13 | +Before making significant changes or additions, consider first opening an "idea" discussion. For trivial changes, skip that step. |
22 | 14 |
|
23 | 15 | 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. |
24 | 16 |
|
25 | | -================================================================= |
26 | | -How to update the manual |
27 | | -================================================================= |
28 | | - |
29 | | -Edit only "borg.org". To update "borg.texi" run "make texi". |
| 17 | +Please also |
| 18 | +- use a dedicated feature branch instead of working on "main" |
| 19 | +- use Emacs even for miniscule changes, not the web interface |
| 20 | +- edit "docs/*.org", not "docs/*.texi", then run "make texi" |
0 commit comments