2c75cfe0ea
* dhcp uses on, not true (because iocage syntax) * Documentation updates * Add gh-pages wiki generator using mkdocs * Update shellcheck.yml * Update wiki.yml * Add filecheck * readme case correction1 * readme case correction2 * Update filecheck.yml
17 lines
600 B
Markdown
17 lines
600 B
Markdown
# Pull Request Template
|
|
|
|
### Purpose
|
|
_Describe the problem the PR fixes or the feature it introduces_<br>
|
|
_Don't forget to use "Fixes #issuenumber" to select issues and auto close them on merge_
|
|
|
|
### Notes:
|
|
_Please enter any other relevant information here_
|
|
|
|
### Please make sure you have followed the self checks below before submitting a PR:
|
|
|
|
- [ ] Code is sufficiently commented
|
|
- [ ] Code is indented with tabs and not spaces
|
|
- [ ] The PR does not bring up any new errors
|
|
- [ ] The PR has been tested
|
|
- [ ] Any new files are named using lowercase (to avoid issues on case sensitive file systems)
|