Skip to content

Commit 036db18

Browse files
authored
Merge pull request #227 from w3bdesign/dev
Fix Codacy issues
2 parents c144f5f + c9bb5c1 commit 036db18

File tree

5 files changed

+35
-17
lines changed

5 files changed

+35
-17
lines changed
Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
---
1+
* * *
2+
23
name: Bug report
34
about: Create a report to help us improve
45
title: ''
56
labels: ''
67
assignees: ''
78

8-
---
9+
* * *
910

1011
**Describe the bug**
1112
A clear and concise description of what the bug is.
1213

1314
**To Reproduce**
1415
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
16+
1\. Go to '...'
17+
2\. Click on '....'
18+
3\. Scroll down to '....'
19+
4\. See error
1920

2021
**Expected behavior**
2122
A clear and concise description of what you expected to happen.
@@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
3032

3133
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
34+
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
3639

3740
**Additional context**
3841
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
---
1+
* * *
2+
23
name: Feature request
34
about: Suggest an idea for this project
45
title: ''
56
labels: ''
67
assignees: ''
78

8-
---
9+
* * *
910

1011
**Is your feature request related to a problem? Please describe.**
1112
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ Examples of unacceptable behavior by participants include:
2424

2525
- The use of sexualized language or imagery and unwelcome sexual attention or
2626
advances
27+
2728
- Trolling, insulting/derogatory comments, and personal or political attacks
29+
2830
- Public or private harassment
31+
2932
- Publishing others' private information, such as a physical or electronic
3033
address, without explicit permission
3134
- Other conduct which could reasonably be considered inappropriate in a

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ Please note we have a code of conduct, please follow it in all your interactions
99

1010
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1111
build.
12+
1213
2. Update the README.md with details of changes to the interface, this includes new environment
1314
variables, exposed ports, useful file locations and container parameters.
15+
1416
3. Increase the version numbers in any examples files and the README.md to the new version that this
1517
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
18+
1619
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
1720
do not have permission to do that, you may request the second reviewer to merge it for you.
1821

@@ -33,19 +36,27 @@ Examples of behavior that contributes to creating a positive environment
3336
include:
3437

3538
- Using welcoming and inclusive language
39+
3640
- Being respectful of differing viewpoints and experiences
41+
3742
- Gracefully accepting constructive criticism
43+
3844
- Focusing on what is best for the community
45+
3946
- Showing empathy towards other community members
4047

4148
Examples of unacceptable behavior by participants include:
4249

4350
- The use of sexualized language or imagery and unwelcome sexual attention or
4451
advances
52+
4553
- Trolling, insulting/derogatory comments, and personal or political attacks
54+
4655
- Public or private harassment
56+
4757
- Publishing others' private information, such as a physical or electronic
4858
address, without explicit permission
59+
4960
- Other conduct which could reasonably be considered inappropriate in a
5061
professional setting
5162

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ The current release has been tested and is confirmed working with the following
8181

8282
## Troubleshooting
8383

84-
**I am getting a cart undefined error or other GraphQL errors?**
84+
### I am getting a cart undefined error or other GraphQL errors
8585

8686
Check that you are using the 0.6.1 version of the [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) plugin
8787

88-
**The products page isn't loading?**
88+
### The products page isn't loading
8989

9090
Check the attributes of the products. Right now the application requires Size and Color.
9191

0 commit comments

Comments
 (0)