Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/community files #15

Merged
merged 10 commits into from
May 31, 2024
Merged

Add/community files #15

merged 10 commits into from
May 31, 2024

Conversation

jeffpaul
Copy link
Collaborator

@jeffpaul jeffpaul commented May 30, 2024

This PR:

  • adds a code of conduct file
  • adds a contributing file
  • adds a security policy file
  • adds issue templates
  • adds PR template
  • adds dependabot config file
  • composer.json and package.json base files

Closes #13.

@jeffpaul jeffpaul added this to the 1.6.0 milestone May 30, 2024
@jeffpaul jeffpaul requested a review from dkotter May 30, 2024 20:35
@jeffpaul jeffpaul self-assigned this May 30, 2024
composer.json Outdated Show resolved Hide resolved
],
"prefer-stable": true,
"require": {
"php": ">=5.6"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we want to set this to 7.4. I know we have a separate task to ensure PHP 8 compat but wondering if there's any reason to start this at such a low number

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set 5.6 in

* Requires PHP: 5.6
as that felt like the safe, known version the plugin currently supports. Once we get through updates in #3 I expect this to bump to 7.4 or 8.x.

Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
@jeffpaul jeffpaul merged commit 3dd04ab into develop May 31, 2024
@jeffpaul jeffpaul deleted the add/community-files branch July 1, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub community standards files (and others expected by plugins on GitHub)
2 participants