Skip to content

Commit

Permalink
Merge branch 'master' into addEditorconfigChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing authored Mar 11, 2024
2 parents bc99266 + 9dda58a commit 6f49112
Show file tree
Hide file tree
Showing 8 changed files with 450 additions and 448 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at https://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
26 changes: 26 additions & 0 deletions .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Awesome Bot
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

- name: Install Awesome Bot
run: gem install awesome_bot

- name: Run Awesome Bot
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com

- uses: actions/upload-artifact@v1
if: failure()
with:
name: ab-results
path: ab-results-README.md-filtered.json
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .varci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting a project maintainer at awesome-php@josediazgonzalez.com. All
reported by contacting a project maintainer at ziadoz@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. Maintainers are
obligated to maintain confidentiality with regard to the reporter of an
Expand Down
7 changes: 4 additions & 3 deletions COLLABORATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ If you provide feedback on a suggested project please be friendly and constructi
## Reviewing
Please work through the following checklist when reviewing a project:

- Tag pull requests with the most relevant label(s).
- Validate URLs work correctly and don't point to anything malicious.
- Ensure suggestions adhere to [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md).
- Validate URLs work correctly and don't point to anything malicious.
- Two approvals per pull request is preferred, but not required.
- Simple pull requests fixing typos, formatting and broken links can be merged with a single approval.

## Enhancements
If you have an idea on how to improve the project, please open a ticket for discussion using the `Enhancement` label. Please don’t make any broad or sweeping changes without consulting other collaborators first and reaching a consensus.

## Join
If you want to help out please send an email to my Github username [at] gmail [dot] com with the subject “Awesome PHP Collaborator and a link to your Github account and I’ll get back to you as soon as I can (I'm notoriously slow, sorry).

Thank you for taking the time to help out with Awesome PHP, your help is appreciated!
Thank you for taking the time to help out with Awesome PHP, your help is appreciated!
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contribution Guidelines
Unfortunately, not every library, tool or framework can be considered for inclusion. The aim of Awesome PHP is to be a concise list of noteworthy and interesting software written in modern PHP. Therefore, suggested software should:

1. Be widely recommended regardless of personal opinion
1. Be widely recommended
2. Well known or discussed within the PHP community
3. Be unique in its approach or function
4. Fill a niche gap in the market
Expand All @@ -10,17 +10,18 @@ Self-promotion is frowned upon, so please consider seriously whether your projec

Also, please ensure your pull request adheres to the following guidelines:

* Software that is PHP 7.0+, Composer-installable, PSR compliant, semantically versioned, unit tested, actively maintained and well documented in English is preferred.
* Please search previous suggestions before making a new one, as yours may be a duplicate.
* Software that is PHP 8.0+, Composer-installable, PSR compliant, semantically versioned, unit tested, actively maintained and well documented in English.
* Please search previous suggestions before making a new one, as yours may be a duplicate and will be closed.
* Enter a meaningful pull request description.
* Please make an individual commit for each suggestion in a separate pull request.
* Put a link to each library in your pull request ticket so it's easier to review.
* Please make an individual commit for each suggestion in a separate pull request.
* Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
* Prefix duplicate library names with their vendor or namespace followed by a space: Foo\Bar would be Foo Bar.
* New categories, or improvements to the existing categorisation, are always welcome.
* Please keep descriptions short, simple and unbiased. No buzzwords or marketing jargon.
* Please keep descriptions short, simple and unbiased. No buzzwords or marketing jargon please.
* End all descriptions with a full stop/period.
* Check your spelling and grammar.
* Make sure your text editor is set to remove trailing whitespace.
* Your entry has been added alphabetically within the category.

Thank you for your suggestions!
Loading

0 comments on commit 6f49112

Please sign in to comment.