-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating project
- Loading branch information
Showing
20 changed files
with
290 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defaults | ||
not IE 11 | ||
not op_mini all | ||
not op_mob 64 |
Validating CODEOWNERS rules …
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 @@ | ||
@infinum/wordpress-team |
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,96 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: bug | ||
assignees: iruzevic | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi there! We see that you like our project and you have found a bug. This means a lot to us because it helps us to improve it even more :) | ||
- type: textarea | ||
attributes: | ||
label: Describe your bug | ||
description: Please write a clear and concise description of what the bug is. | ||
placeholder: | | ||
Example. When I try to do this, I get this and it should be this... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant, that means a lot to us. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
4. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Please write a clear and concise description of what you expected to happen. | ||
placeholder: | | ||
Example. I should get this... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots, screen recording, code snippet | ||
description: | | ||
If possible, please upload a screenshot or screen recording which demonstrates your bug. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment info | ||
description: | | ||
Please include as many relevant details about the environment you are working on. | ||
placeholder: | | ||
- PHP version | ||
- Development environment (MAMP, XAMPP, VVV, Docker, Laravel Valet, none if on live server) | ||
- Server type (Apache, Nginx, IIS) | ||
- Operating System and version | ||
- Libs version | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: existing | ||
attributes: | ||
label: Please confirm that you have searched existing issues in this repo. | ||
description: You can do this by searching https://github.com/infinum/eightshift-boilerplate-plugin/issues. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: docs | ||
attributes: | ||
label: Please confirm that you have searched in our documentation and couldn't find the answer. | ||
description: You can do this by searching https://infinum.github.io/eightshift-docs/. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: plugin | ||
attributes: | ||
label: Please confirm that your bug occurs with all plugins uninstalled and with the default WordPress theme active. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
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,72 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: feature request | ||
assignees: iruzevic | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi there! We see that you like our project and you have some ideas. This means a lot to us because it helps us to improve it even more :) | ||
- type: textarea | ||
attributes: | ||
label: Describe your feature request | ||
description: Please write a clear and concise description of what the problem is. | ||
placeholder: | | ||
Example. I'm always frustrated when... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: Please write a clear and concise description of what you want to happen. | ||
placeholder: | | ||
Example. With this feature I will be able to... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots, screen recording, code snippet | ||
description: | | ||
If possible, please upload a screenshot or screen recording which demonstrates your feature request. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment info | ||
description: | | ||
Please include as many relevant details about the environment you are working on. | ||
placeholder: | | ||
- PHP version | ||
- Development environment (MAMP, XAMPP, VVV, Docker, Laravel Valet, none if on live server) | ||
- Server type (Apache, Nginx, IIS) | ||
- Operating System and version | ||
- Libs version | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: existing | ||
attributes: | ||
label: Please confirm that you have searched existing issues in this repo. | ||
description: You can do this by searching https://github.com/infinum/eightshift-boilerplate-plugin/issues. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: docs | ||
attributes: | ||
label: Please confirm that you have searched in our documentation and couldn't find the answer. | ||
description: You can do this by searching https://infinum.github.io/eightshift-docs/. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
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,64 @@ | ||
name: Question | ||
description: Ask us a question | ||
labels: question | ||
assignees: iruzevic | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi there! We see that you like our project and you have some questions. Feel free to ask us anything. | ||
- type: textarea | ||
attributes: | ||
label: Describe the question we can answer | ||
description: Please write a clear and concise question. | ||
placeholder: | | ||
Example. I'm trying to make this, how do I do it? | ||
Example. I have tried to do this, and it is not working, what am I doing wrong? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots, screen recording, code snippet | ||
description: | | ||
If possible, please upload a screenshot or screen recording which demonstrates your question. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment info | ||
description: | | ||
Please include as many relevant details about the environment you are working on. | ||
placeholder: | | ||
- PHP version | ||
- Development environment (MAMP, XAMPP, VVV, Docker, Laravel Valet, none if on live server) | ||
- Server type (Apache, Nginx, IIS) | ||
- Operating System and version | ||
- Libs version | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: existing | ||
attributes: | ||
label: Please confirm that you have searched existing issues in this repo. | ||
description: You can do this by searching https://github.com/infinum/eightshift-boilerplate-plugin/issues. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: docs | ||
attributes: | ||
label: Please confirm that you have searched in our documentation and couldn't find the answer. | ||
description: You can do this by searching https://infinum.github.io/eightshift-docs/. | ||
multiple: false | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
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,11 @@ | ||
# Description | ||
|
||
<!--- Write in detail what you did and what issue did you fix with this PR. --> | ||
|
||
# Screenshots / Videos | ||
|
||
<!--- Show us what you did. --> | ||
|
||
# Linked documentation PR | ||
|
||
<!--- If this PR has documentation please put the link here. --> |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
/public | ||
/vendor | ||
/node_modules | ||
/storybook | ||
/storybook | ||
.DS_Store |
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
Oops, something went wrong.