Skip to content

Commit eda6ba5

Browse files
committed
rename ecosystem to community
1 parent c440ae4 commit eda6ba5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation,
4343
then the template is not a good fit for this collection.
4444

4545
If 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`
4747
directory. See [versioned templates](#versioned-templates) for more details.
4848

4949
If 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.
5353
If you believe your template is important and should be highly visible, please
5454
add details about the impact of the technology when you open a pull request. We
5555
may 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

5858
Please also understand that we can’t list every tool that ever existed.
5959
Our 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

110110
If 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
112112
folder that best suits where it belongs.
113113

114114
The rules in your specialized template should be specific to the framework or
115115
tool, and any additional templates should be mentioned in a comment in the
116116
header 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

Comments
 (0)