@@ -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 ` ecosystem `
46+ some software (e.g. a PHP framework), it should 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
@@ -53,7 +53,7 @@ section about [specialized templates](#specialized-templates) for more details.
5353If you believe your template is important and should be highly visible, please
5454add details about the impact of the technology when you open a pull request. We
5555may not accept it immediately, but we can promote it to the root at a later date
56- based on demand .
56+ based on interest .
5757
5858Please also understand that we can’t list every tool that ever existed.
5959Our aim is to curate a collection of the _ most common and helpful_ templates,
@@ -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 ` ecosystem `
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
@@ -108,14 +108,14 @@ at the root) but helps maintainers support older versions still in the wild.
108108## Specialized templates
109109
110110If you have a template that you would like to contribute, but it isn't quite
111- mainstream, please consider adding this to the ` ecosystem ` directory under a
111+ mainstream, please consider adding this to the ` community ` directory under a
112112folder that best suits where it belongs.
113113
114114The rules in your specialized template should be specific to the framework or
115115tool, and any additional templates should be mentioned in a comment in the
116116header of the template
117117
118- For example, this template might live at ` ecosystem /DotNet/InforCRM.gitignore` :
118+ For example, this template might live at ` community /DotNet/InforCRM.gitignore` :
119119
120120```
121121# gitignore template for InforCRM (formerly SalesLogix)
0 commit comments