]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / .github / PULL_REQUEST_TEMPLATE.md
1 ## Standards checklist:
2
3 <!-- Fill with an x the ones that apply. Example: [x] -->
4
5 - [ ] The PR title is descriptive.
6 - [ ] The PR doesn't replicate another PR which is already open.
7 - [ ] I have read the contribution guide and followed all the instructions.
8 - [ ] The code follows the code style guide detailed in the wiki.
9 - [ ] The code is mine or it's from somewhere with an MIT-compatible license.
10 - [ ] The code is efficient, to the best of my ability, and does not waste computer resources.
11 - [ ] The code is stable and I have tested it myself, to the best of my abilities.
12 - [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below.
13
14 ## Changes:
15
16 - [...]
17
18 ## Other comments:
19
20 ...