Skip to content

Commit dd9d994

Browse files
committed
gh
1 parent 95af2c4 commit dd9d994

File tree

4 files changed

+64
-64
lines changed

4 files changed

+64
-64
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,64 @@ description: Report an Issue or Bug with the Package
33
title: "[Bug]: "
44
labels: ["bug"]
55
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
10-
- type: textarea
11-
id: what-happened
12-
attributes:
13-
label: What happened?
14-
description: What did you expect to happen?
15-
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
16-
validations:
17-
required: true
18-
- type: textarea
19-
id: how-to-reproduce
20-
attributes:
21-
label: How to reproduce the bug
22-
description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
23-
placeholder: When I do X I see Y.
24-
validations:
25-
required: true
26-
- type: input
27-
id: package-version
28-
attributes:
29-
label: Package Version
30-
description: What version of our Package are you running? Please be as specific as possible
31-
placeholder: 2.0.0
32-
validations:
33-
required: true
34-
- type: input
35-
id: php-version
36-
attributes:
37-
label: PHP Version
38-
description: What version of PHP are you running? Please be as specific as possible
39-
placeholder: 8.2.0
40-
validations:
41-
required: true
42-
- type: input
43-
id: laravel-version
44-
attributes:
45-
label: Laravel Version
46-
description: What version of Laravel are you running? Please be as specific as possible
47-
placeholder: 9.0.0
48-
validations:
49-
required: true
50-
- type: dropdown
51-
id: operating-systems
52-
attributes:
53-
label: Which operating systems does with happen with?
54-
description: You may select more than one.
55-
multiple: true
56-
options:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: What did you expect to happen?
15+
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: how-to-reproduce
20+
attributes:
21+
label: How to reproduce the bug
22+
description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
23+
placeholder: When I do X I see Y.
24+
validations:
25+
required: true
26+
- type: input
27+
id: package-version
28+
attributes:
29+
label: Package Version
30+
description: What version of our Package are you running? Please be as specific as possible
31+
placeholder: 2.0.0
32+
validations:
33+
required: true
34+
- type: input
35+
id: php-version
36+
attributes:
37+
label: PHP Version
38+
description: What version of PHP are you running? Please be as specific as possible
39+
placeholder: 8.2.0
40+
validations:
41+
required: true
42+
- type: input
43+
id: laravel-version
44+
attributes:
45+
label: Laravel Version
46+
description: What version of Laravel are you running? Please be as specific as possible
47+
placeholder: 9.0.0
48+
validations:
49+
required: true
50+
- type: dropdown
51+
id: operating-systems
52+
attributes:
53+
label: Which operating systems does this happen with?
54+
description: You may select more than one.
55+
multiple: true
56+
options:
5757
- macOS
5858
- Windows
5959
- Linux
60-
- type: textarea
61-
id: notes
62-
attributes:
63-
label: Notes
64-
description: Use this field to provide any other notes that you feel might be relevant to the issue.
65-
validations:
66-
required: false
60+
- type: textarea
61+
id: notes
62+
attributes:
63+
label: Notes
64+
description: Use this field to provide any other notes that you feel might be relevant to the issue.
65+
validations:
66+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/elegantengineeringtech/laravel-workflow/discussions/new?category=q-a
4+
url: https://github.com/ElegantEngineeringTech/laravel-workflow/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/elegantengineeringtech/laravel-workflow/discussions/new?category=ideas
7+
url: https://github.com/ElegantEngineeringTech/laravel-workflow/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/elegantengineeringtech/laravel-workflow/security/policy
10+
url: https://github.com/ElegantEngineeringTech/laravel-workflow/security/policy
1111
about: Learn how to notify us for sensitive bugs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Scheduler based Workflow for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/elegantly/laravel-workflow.svg?style=flat-square)](https://packagist.org/packages/elegantly/laravel-workflow)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/elegantengineeringtech/laravel-workflow/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/elegantengineeringtech/laravel-workflow/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/elegantengineeringtech/laravel-workflow/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/elegantengineeringtech/laravel-workflow/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ElegantEngineeringTech/laravel-workflow/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ElegantEngineeringTech/laravel-workflow/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ElegantEngineeringTech/laravel-workflow/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ElegantEngineeringTech/laravel-workflow/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/elegantly/laravel-workflow.svg?style=flat-square)](https://packagist.org/packages/elegantly/laravel-workflow)
77

88
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"laravel",
77
"laravel-workflow"
88
],
9-
"homepage": "https://github.com/elegantengineeringtech/laravel-workflow",
9+
"homepage": "https://github.com/ElegantEngineeringTech/laravel-workflow",
1010
"license": "MIT",
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)