@@ -29,8 +29,8 @@ We support a collection of templates, organized in this way:
2929 that you either [ add these to your global template] ( https://help.github.com/articles/ignoring-files/#create-a-global-gitignore )
3030 or merge these rules into your project-specific templates if you want to use
3131 them permanently.
32- - [ ` ecosystem ` ] ( ./ecosystem ) contains specialized templates coalescing around
33- popular programming languages, but don't make sense to live in the mainstream
32+ - [ ` community ` ] ( ./community ) contains specialized templates for other popular
33+ languages, tools and project, which don't currently belong in the mainstream
3434 templates. These should be added to your project-specific templates when you
3535 decide to adopt the framework or tool.
3636
@@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation,
4343then the template is not a good fit for this collection.
4444
4545If a template is mostly a list of files installed by a particular version of
46- some software (e.g. a PHP framework), it should live under the ` community `
46+ some software (e.g. a PHP framework), it could live under the ` community `
4747directory. See [ versioned templates] ( #versioned-templates ) for more details.
4848
4949If you have a small set of rules, or want to support a technology that is not
@@ -98,7 +98,7 @@ to this repository we need to follow this specific flow:
9898- the template at the root should be the current supported version
9999- the template at the root should not have a version in the filename (i.e.
100100 "evergreen")
101- - previous versions of templates should live under ` community `
101+ - previous versions of templates should live under ` community/ `
102102- previous versions of the template should embed the version in the filename,
103103 for readability
104104
0 commit comments