As the meta plugin is reserved for insiders only, this section could also mention that so people don't run into the below error.
```
$ mkdocs serve
ERROR - Config value 'plugins': The "meta" plugin is not installed
Aborted with 1 configuration errors!
```
* added code and tooltips to custom site feedback
- clarifying that the feedback widget needs to be turned on
- showing how to disable the form and
- show the notes that are configured
* undoing a minor change that we unnecessary
- I changed a colon to a full stop at some point because I thought I
would add another sentence, decided not to and then the unneeded
change ended up in the previous commit.
* turned a comment I deleted into a tooltip
* added first draft of instructions for pull requests
* added a diagram to explain process
* added description of the process, moved specific instructions
- split the diagram into two parts to easy comperehension and
allow people to better follow the process
- added descriptions of the conceptual steps, keeping them
separate from specific instructions
- moved the specific instructions under a common heading to make
the ToC more readable
* added explanations
- added link to GitHub docu on forks
- added note on philosophy followed
- improved ToC structure
* tried to finalize process description (see below)
- added airline-style "pay attention to the instructions" tip
- added bit about testing with Material for MkDocs documentation
and examples from the examples repo
- added note on being respectful in discussion and on how sometimes
PRs do not get accepted for good reason
- improvements for readability
* moved the "philosophy" bit to the steps
IMHO this is a better place to make this point as the comments are
mainly about what tools are used, which is more relevant to the
instructions, not the 30k ft view process
* added more text to steps guidance, dos and don'ts
- added more text to pretty much every section under 'steps'
- added a section with dos and don'ts
- left some questions for @squidfunk to ponder
* addressing first set of comments
* addressed further comments
In particular:
- removed the bits about linters and
- about dealing with merge conflicts
These may perhaps need attention in the future.
* removing question about PR template