Skip to content

Commit

Permalink
Merge pull request #1 from The-Basement-Club/update
Browse files Browse the repository at this point in the history
Removes old CI, adds factories,
  • Loading branch information
austinkregel authored May 12, 2024
2 parents c8657ab + da1aae1 commit 5171071
Show file tree
Hide file tree
Showing 36 changed files with 2,602 additions and 281 deletions.
7 changes: 2 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore
/ISSUE_TEMPLATE.md export-ignore
/.github/PULL_REQUEST_TEMPLATE.md export-ignore
/.github/ISSUE_TEMPLATE.md export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description

Describe your changes in detail.

## Types of changes

What types of changes does your code introduce? Put an `x` in all the boxes that apply:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ vendor
phpcs.xml
phpunit.xml
.phpunit.result.cache
node_modules
npm-debug.log
*.log
Loading

0 comments on commit 5171071

Please sign in to comment.