Skip to content

Add/community files#15

Merged
jeffpaul merged 10 commits intodevelopfrom
add/community-files
May 31, 2024
Merged

Add/community files#15
jeffpaul merged 10 commits intodevelopfrom
add/community-files

Conversation

@jeffpaul
Copy link
Copy Markdown
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
],
"prefer-stable": true,
"require": {
"php": ">=5.6"
Copy link
Copy Markdown
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
Copy Markdown
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