Skip to content

Commit

Permalink
👷Update Readme and Templates (#4)
Browse files Browse the repository at this point in the history
👷Update Readme and Templates
  • Loading branch information
robertmarney authored Sep 4, 2024
2 parents e506646 + 75a9e0f commit b6bce19
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/regression.md
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.
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
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.
-->

9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions composer.json
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": [
Expand All @@ -17,6 +17,10 @@
"email": "[email protected]",
"homepage": "https://joshgaber.ca",
"role": "Developer"
},
{
"name": "Robert Marney",
"role": "Developer"
}
],
"require": {
Expand Down

0 comments on commit b6bce19

Please sign in to comment.