Skip to content

Commit 100943c

Browse files
authored
Merge pull request #1424 from github/reduce-noise
Add an explanation to reduce PHP framework clutter
2 parents 45658a1 + 69fef74 commit 100943c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ high quality, we request that contributions adhere to the following guidelines.
2828
In general, the more you can do to help us understand the change you’re making,
2929
the more likely we’ll be to accept your contribution quickly.
3030

31+
If a template is mostly a list of files installed by a particular version of
32+
some software (e.g. a PHP framework) then it's brittle and probably no more
33+
helpful than a simple `ls`. If it's not possible to curate a small set of
34+
useful rules, then the template might not be a good fit for this collection.
35+
3136
Please also understand that we can’t list every tool that ever existed.
3237
Our aim is to curate a collection of the *most common and helpful* templates,
3338
not to make sure we cover every project possible. If we choose not to

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ high quality, we request that contributions adhere to the following guidelines.
5353
In general, the more you can do to help us understand the change you’re making,
5454
the more likely we’ll be to accept your contribution quickly.
5555

56+
If a template is mostly a list of files installed by a particular version of
57+
some software (e.g. a PHP framework) then it's brittle and probably no more
58+
helpful than a simple `ls`. If it's not possible to curate a small set of
59+
useful rules, then the template might not be a good fit for this collection.
60+
5661
Please also understand that we can’t list every tool that ever existed.
5762
Our aim is to curate a collection of the *most common and helpful* templates,
5863
not to make sure we cover every project possible. If we choose not to

0 commit comments

Comments
 (0)