11# CONTRIBUTING
22- - -
3- 1\. [ Bug reports / GitHub issues] ( #bugreps )
4- 2\. [ Submitting a patch] ( #patches )
5- 3\. [ General style notes] ( #generalstyle )
6- 4\. [ Syntax checker notes] ( #checkerstyle )
3+ 1\. [ Deprecation note] ( #deprecation )
4+ 2\. [ Bug reports / GitHub issues] ( #bugreps )
5+ 3\. [ Submitting a patch] ( #patches )
6+ 4\. [ General style notes] ( #generalstyle )
7+ 5\. [ Syntax checker notes] ( #checkerstyle )
78- - -
89
10+ <a name =" deprecation " ></a >
11+
12+ ## 1. Deprecation note
13+
14+ This project is no longer maintained. If you need a syntax checking plugin
15+ for [ Vim] [ vim ] you might be interested in Syntastic's spiritual succesor,
16+ [ ALE] [ ale ] . Although it shares no code with syntastic and it takes a very
17+ different approach to design, [ ALE] [ ale ] can be considered a natural evolution
18+ of syntastic in terms of goals and functionality. Check it out, you probably
19+ won't be disappointed.
20+
921<a name =" bugreps " ></a >
1022
11- ## 1 . Bug reports / GitHub issues
23+ ## 2 . Bug reports / GitHub issues
1224
1325Please note that the preferred channel for posting bug reports is the
1426[ issue tracker at GitHub] [ bug_tracker ] . Reports posted elsewhere are less likely
3648
3749<a name =" patches " ></a >
3850
39- ## 2 . Submitting a patch
51+ ## 3 . Submitting a patch
4052
4153Before you consider adding features to syntastic, _ please_ spend a few minutes
4254(re-)reading the latest version of the [ manual] [ manual ] . Syntastic is changing
@@ -59,7 +71,7 @@ features that aren't documented.
5971
6072<a name =" generalstyle " ></a >
6173
62- ## 3 . General style notes
74+ ## 4 . General style notes
6375
6476Follow the coding conventions/styles used in the syntastic core:
6577
@@ -74,7 +86,7 @@ aid readability.
7486
7587<a name =" checkerstyle " ></a >
7688
77- ## 4 . Syntax checker notes
89+ ## 5 . Syntax checker notes
7890
7991Make sure to read the [ guide] [ guide ] if you plan to add new syntax checkers.
8092
0 commit comments