-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷Update Readme and Templates
- Loading branch information
Showing
7 changed files
with
138 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: "If something isn't working as expected \U0001F914." | ||
title: '' | ||
labels: 'i: bug, i: needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
**Current Behavior** | ||
A clear and concise description of the behavior. | ||
|
||
**Input Code** | ||
- REPL or Repo link if applicable: | ||
|
||
```php | ||
// Your code here | ||
``` | ||
|
||
**Expected behavior/code** | ||
A clear and concise description of what you expected to happen (or code). | ||
|
||
|
||
**Environment** | ||
- Nova Version: [e.g. 4.26.0] | ||
- Laravel Version: [e.g. 8.0.0] | ||
- PHP Version: [e.g. 7.4.3] | ||
|
||
**Possible Solution** | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context/Screenshots** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: "I have a suggestion (and may want to implement it \U0001F642)!" | ||
title: '' | ||
labels: 'i: enhancement, i: needs triage' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I have an issue when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. Add any considered drawbacks. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Teachability, Documentation, Adoption, Migration Strategy** | ||
If you can, explain how users will be able to use this and possibly write out a version the docs. | ||
Maybe a screenshot or design? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "\U0001F4A5 Regression Report" | ||
about: "Report an unexpected behavior in old environments \U0001F914." | ||
title: '' | ||
labels: 'i: bug, i: needs triage, i: regression' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
**Current Behavior** | ||
A clear and concise description of the behavior. | ||
|
||
**Input Code** | ||
- REPL or Repo link if applicable: | ||
|
||
```php | ||
// Your code here | ||
``` | ||
|
||
**Expected behavior/code** | ||
A clear and concise description of what you expected to happen (or code). | ||
|
||
|
||
**Environment** | ||
- Nova Version: [e.g. 4.26.0] | ||
- Laravel Version: [e.g. 8.0.0] | ||
- PHP Version: [e.g. 7.4.3] | ||
|
||
**Possible Solution** | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context/Screenshots** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
Link to Github issue using closing verbs | ||
--> | ||
|
||
# Description | ||
|
||
<!-- | ||
Briefly describe what this PR implements. | ||
--> | ||
|
||
# Implementation | ||
|
||
<!-- | ||
Describe the approach taken to implement the solution. Should contain one or all of the following: | ||
1. Technical details | ||
2. Screenshots | ||
3. Videos | ||
--> | ||
|
||
# Testing | ||
|
||
<!-- | ||
Explain how this can be tested by reviewers. Should contain technical details for confirming the change is correct during Dev Review.w. | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ composer require --dev joshgaber/novaunit | |
|
||
### Requirements | ||
|
||
* PHP 7.3 or higher | ||
* PHP 7.3 or higher (Latest is 8.0) | ||
* [Laravel](https://laravel.com/) 6.x - 10.x | ||
* [Laravel Nova](https://nova.laravel.com/) 2.x - 4.x | ||
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) 8.5.x - 10.x | ||
|
@@ -51,11 +51,14 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. | |
|
||
### Security | ||
|
||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. | ||
If you discover any security related issues, please email rob _at_ `quotevelocity`.com instead of using the issue tracker. | ||
|
||
## Maintained By | ||
* [Robert Marney](https://github.com/robertmarney) (Maintainer) | ||
|
||
## Created By | ||
|
||
* [Josh Gaber](https://github.com/joshgaber) (Creator & Maintainer) | ||
* [Josh Gaber](https://github.com/joshgaber) (Creator) | ||
|
||
## Contributors | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "joshgaber/novaunit", | ||
"name": "quotevelocity/novaunit", | ||
"description": "Unit testing suite for Laravel Nova, built to extend PHPUnit", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"keywords": [ | ||
"laravel", | ||
"nova", | ||
"joshgaber", | ||
"novaunit" | ||
], | ||
"homepage": "https://github.com/joshgaber/novaunit", | ||
"homepage": "https://github.com/qvelocity/novaunit", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
|
@@ -17,6 +17,10 @@ | |
"email": "[email protected]", | ||
"homepage": "https://joshgaber.ca", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Robert Marney", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
|