forked from cmoralesweb/Verify
-
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.
Merge pull request #98 from bbatsche/deprecate-attribute
Deprecate Attribute
- Loading branch information
Showing
46 changed files
with
1,157 additions
and
463 deletions.
There are no files selected for viewing
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
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
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,39 @@ | ||
<!-- | ||
Thank you for your contribution to BeBat\Verify! | ||
Complete this template and the project maintainers will do | ||
their best to review your pull request in a timely manner. | ||
--> | ||
|
||
<!-- | ||
Make sure you are targeting the correct branch with this pull request. | ||
Changes to the current release version should go into the `main` branch. | ||
If this is a fix for a prior version make sure to target the correct version branch. | ||
--> | ||
|
||
<!-- Please give this pull request a meaningful title that briefly summarizes its content --> | ||
|
||
## Description | ||
|
||
<!-- | ||
Describe the contents of this change in as much detail as possible. | ||
Please include *why* this change is important and what benefit it provides. | ||
If this change relates to an open issue be sure to reference it here as well. | ||
--> | ||
|
||
## Contribution Checklist | ||
|
||
- [ ] The contents of this pull request are my own work and may be distributed under the terms of the project license | ||
- [ ] I have read and agree to the Contributing guidelines and the Code of Conduct | ||
- [ ] All new changes are covered by tests | ||
- [ ] All previous tests and checks are passing | ||
- [ ] I have included documentation about this change | ||
- [ ] The details of this change have been added to the `Unreleased` section of the CHANGELOG.md | ||
|
||
**This pull request includes:** | ||
|
||
- [ ] Breaking changes to existing functionality (major release) | ||
- [ ] New functionality (minor release) | ||
- [ ] Fixes for existing functionality (patch release) | ||
- [ ] Fixes to an earlier major or minor release version |
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,55 @@ | ||
name: Bug Report | ||
description: Report an issue with BeBat\Verify | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to fill out this bug report! | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A brief description of the bug | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: What was the process that led to this bug? | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Result | ||
description: What did you expect to happen when following the steps to reproduce? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Result | ||
description: What actually happened? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: "<Project Name> Version" | ||
placeholder: "1.2.3" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: PHP Version | ||
placeholder: "7.x.x or 8.x.x" | ||
validations: | ||
required: true |
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,34 @@ | ||
name: Feature Request | ||
description: Propose a new feature for BeBat\Verify | ||
title: "[Feature]: " | ||
labels: ["feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to propose a new feature! | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A brief description of the feature you'd like to propose | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Example Code | ||
description: | | ||
One or more examples of how you think the feature should work and what | ||
its results would be | ||
render: php | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Release Target | ||
description: | | ||
Would this feature be a major (breaking) change to existing | ||
functionality or can it go into a minor release? | ||
options: | ||
- Unknown | ||
- Minor | ||
- Major |
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
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
Oops, something went wrong.