You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Why not make the Wiki publicly editable ?](#why-not-make-the-wiki-publicly-editable-)
13
+
14
+
3
15
## PHP_CodeSniffer Wiki
4
16
5
17
For now, the documentation for the PHP_CodeSniffer project is available via the [project Wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki).
@@ -14,6 +26,8 @@ For now, the documentation for the PHP_CodeSniffer project is available via the
14
26
* Replace `<!-- START doctoc --> <!-- END doctoc -->` placeholders with a Table of Contents for the page in Markdown.
15
27
* Add a prominent (hidden) warning at the top of each wiki file to warn people against editing the wiki files via the GitHub wiki editing interface.
16
28
29
+
<palign="right"><ahref="#table-of-contents">back to top</a></p>
30
+
17
31
18
32
### Contributing to the Wiki
19
33
@@ -31,6 +45,8 @@ If you would like to improve the documentation:
31
45
32
46
When in doubt, open an issue first to discuss your change proposal.
33
47
48
+
<palign="right"><ahref="#table-of-contents">back to top</a></p>
49
+
34
50
35
51
### Guidelines for updating the wiki files
36
52
@@ -56,6 +72,8 @@ When in doubt, open an issue first to discuss your change proposal.
56
72
* The command replacement will not add markdown code fence syntax, so make sure to do this yourself.
57
73
* If a code sample is needed to generate the desired output, place the code sample in a file in the `build/wiki-code-samples` directory.
58
74
75
+
<p align="right"><a href="#table-of-contents">back to top</a></p>
76
+
59
77
60
78
#### Running the pre-processing locally
61
79
@@ -87,6 +105,8 @@ Note that this presumes the command replacer has already run and the files have
87
105
88
106
If you only want to test the TOC generation, make sure you copy the wiki files to the `_wiki` directory before running these commands.
89
107
108
+
<palign="right"><ahref="#table-of-contents">back to top</a></p>
109
+
90
110
91
111
#### Running code quality checks locally
92
112
@@ -114,6 +134,8 @@ To run the quality checks locally, install the following tooling:
0 commit comments