|
1 | 1 | # `.github`
|
2 | 2 |
|
3 |
| -Community health files for **unist** (**syntax-tree**). |
4 |
| -This repo hosts the [code of conduct][coc], |
5 |
| -a guide on how to get [support][], |
6 |
| -how to [contribute][], |
7 |
| -a [pull request template][pr], |
8 |
| -and [issue templates][issue]. |
| 3 | +Community health files for `syntax-tree`. |
9 | 4 |
|
10 | 5 | ## unified
|
11 | 6 |
|
12 |
| -**unist** (**syntax-tree**) is a [unified collective][unified] project. |
13 |
| -Read how it’s governed in [`unifiedjs/collective`][collective]. |
| 7 | +This organization is part of **[unified][github-unified]**. |
| 8 | +See [`unifiedjs/collective`][github-collective] on how it’s governed. |
14 | 9 |
|
15 |
| -## Awesome syntax-tree |
| 10 | +## Awesome `syntax-tree` |
16 | 11 |
|
17 |
| -For a curated list of awesome syntax-tree, |
18 |
| -unist, |
19 |
| -hast, |
20 |
| -xast, |
21 |
| -mdast, |
22 |
| -and nlcst resources, |
23 |
| -see [awesome syntax-tree][awesome]. |
| 12 | +See [`syntax-tree/awesome-syntax-tree`][github-awesome-syntax-tree] for a |
| 13 | +curated list of awesome resources. |
| 14 | + |
| 15 | +## Code of conduct |
| 16 | + |
| 17 | +This community has a [code of conduct][file-code-of-conduct]. |
| 18 | +You must follow it when interacting with the community. |
24 | 19 |
|
25 | 20 | ## Support
|
26 | 21 |
|
27 |
| -We’re glad you’re using these projects and we’d love to help. |
28 |
| -Take a look at [`support.md`][support] to find out how to help us help you. |
| 22 | +See [`support.md`][file-support] on how to get help. |
29 | 23 |
|
30 | 24 | ## Contributing
|
31 | 25 |
|
32 |
| -We’re excited that you’re interested in contributing! |
33 |
| -Take a moment to read [`contributing.md`][contribute]. |
| 26 | +See [`contributing.md`][file-contributing] on how to contribute. |
34 | 27 |
|
35 |
| -Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas]. |
| 28 | +## Security |
36 | 29 |
|
37 |
| -## Code of conduct |
38 |
| - |
39 |
| -This project has a [code of conduct][coc]. |
40 |
| -By interacting with this repository, |
41 |
| -organization, |
42 |
| -or community you agree to abide by its terms. |
| 30 | +See [`security.md`][file-security] if you found a security issue. |
43 | 31 |
|
44 | 32 | ## License
|
45 | 33 |
|
46 | 34 | This document has the following license:
|
47 |
| -[CC-BY-4.0][license] © [Titus Wormer][author]. |
| 35 | +[CC-BY-4.0][creativecommons-by] © [Titus Wormer][wooorm]. |
48 | 36 |
|
49 | 37 | Other projects may be licensed differently.
|
50 | 38 |
|
51 |
| -[license]: https://creativecommons.org/licenses/by/4.0/ |
52 |
| - |
53 |
| -[author]: http://wooorm.com |
54 |
| - |
55 |
| -[coc]: code-of-conduct.md |
| 39 | +[creativecommons-by]: https://creativecommons.org/licenses/by/4.0/ |
56 | 40 |
|
57 |
| -[contribute]: contributing.md |
| 41 | +[file-code-of-conduct]: code-of-conduct.md |
58 | 42 |
|
59 |
| -[support]: support.md |
| 43 | +[file-contributing]: contributing.md |
60 | 44 |
|
61 |
| -[awesome]: https://github.com/syntax-tree/awesome-syntax-tree |
| 45 | +[file-security]: security.md |
62 | 46 |
|
63 |
| -[ideas]: https://github.com/syntax-tree/ideas |
| 47 | +[file-support]: support.md |
64 | 48 |
|
65 |
| -[pr]: .github/pull-request-template.md |
| 49 | +[github-awesome-syntax-tree]: https://github.com/syntax-tree/awesome-syntax-tree |
66 | 50 |
|
67 |
| -[issue]: .github/ISSUE_TEMPLATE |
| 51 | +[github-collective]: https://github.com/unifiedjs/collective |
68 | 52 |
|
69 |
| -[unified]: https://github.com/unifiedjs |
| 53 | +[github-unified]: https://github.com/unifiedjs |
70 | 54 |
|
71 |
| -[collective]: https://github.com/unifiedjs/collective |
| 55 | +[wooorm]: https://wooorm.com |
0 commit comments