Skip to content

Commit 3fc3088

Browse files
Merge pull request #46 from opensfcc/develop
Rebase master branch with latest from develop
2 parents 8d563c2 + 1f5f982 commit 3fc3088

File tree

8 files changed

+14
-54
lines changed

8 files changed

+14
-54
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Contributing Guide
44
Issues & Feature Requests
55
---
66

7-
[![Create Issue](https://img.shields.io/badge/Github-Create_Issue-red.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/sfccdevops/sfcc_developers_core/issues/new/choose)
7+
[![Create Issue](https://img.shields.io/badge/Github-Create_Issue-red.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/opensfcc/sfcc_developers_core/issues/new/choose)
88

99
### Bug Fix
1010

1111
> We're sorry things are not working as expected, and want to get things fixed ASAP. In order to help us do that, we need a few things from you.
1212
13-
1. Create a [New Issue](https://github.com/sfccdevops/sfcc_developers_core/issues/new/choose)
13+
1. Create a [New Issue](https://github.com/opensfcc/sfcc_developers_core/issues/new/choose)
1414
2. Enter a Short but Descriptive Title for the Issue
1515
3. Use the Template Provided and fill in as much as you can, if something does not apply, enter `N/A`
1616
4. Look for the `Labels` section, and select `Bug Report` from the drop down menu
@@ -20,7 +20,7 @@ Issues & Feature Requests
2020

2121
> Got an idea for a new feature? We'd love to hear it! In order to get this knocked out, we will need a few things from you.
2222
23-
1. Create a [New Issue](https://github.com/sfccdevops/sfcc_developers_core/issues/new/choose)
23+
1. Create a [New Issue](https://github.com/opensfcc/sfcc_developers_core/issues/new/choose)
2424
2. Enter a Short but Descriptive Title for the Feature Request
2525
3. Use the Template Provided and fill in as much as you can, if something does not apply, enter `N/A` ( you can delete the `Steps to Duplicate:` section as that does not apply )
2626
4. Look for the `Labels` section, and select `Feature Request` from the drop down menu
@@ -29,7 +29,7 @@ Issues & Feature Requests
2929
Pull Requests
3030
---
3131

32-
[![Create Pull Request](https://img.shields.io/badge/Github-Create_Pull_Request-blue.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/sfccdevops/sfcc_developers_core/compare)
32+
[![Create Pull Request](https://img.shields.io/badge/Github-Create_Pull_Request-blue.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/opensfcc/sfcc_developers_core/compare)
3333

3434
### Bug Fix
3535

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Checklist:
1515

1616
> I have tested each of the following, and they work as expected: ( required )
1717
18-
- [ ] Meets [Contributing Guide](https://github.com/sfccdevops/sfcc_developers_core/blob/develop/.github/CONTRIBUTING.md) Requirements
18+
- [ ] Meets [Contributing Guide](https://github.com/opensfcc/sfcc_developers_core/blob/develop/.github/CONTRIBUTING.md) Requirements
1919
- [ ] Pulled in the Latest Code from the `develop` branch
2020
- [ ] Works on a Desktop / Laptop Device
2121
- [ ] `npm run build` Does Not Generate Errors

.github/workflows/assign_to_project.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
Project Support
2-
===
3-
4-
If you or your company enjoy using this project, please consider supporting my work and joining my discord. 💖
5-
6-
[![Become a GitHub Sponsor](https://img.shields.io/badge/Sponsor-171515.svg?logo=github&logoColor=white&style=for-the-badge "Become a GitHub Sponsor")](https://github.com/sponsors/manifestinteractive)
7-
[![Become a Patreon Sponsor](https://img.shields.io/badge/Sponsor-FF424D.svg?logo=patreon&logoColor=white&style=for-the-badge "Become a Patreon Sponsor")](https://patreon.com/peter_schmalfeldt)
8-
[![Donate via PayPal](https://img.shields.io/badge/Donate-169BD7.svg?logo=paypal&logoColor=white&style=for-the-badge "Donate via PayPal")](https://www.paypal.me/manifestinteractive)
9-
[![Join Discord Community](https://img.shields.io/badge/Community-5865F2.svg?logo=discord&logoColor=white&style=for-the-badge "Join Discord Community")](https://discord.gg/JVKYHCKvrs)
10-
11-
------
12-
13-
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
1+
![Logo](https://avatars.githubusercontent.com/u/151680118?s=200&v=4 "Logo")
142

153
SFCC Developers Core - SFCC Cartridge
164
===
@@ -26,7 +14,7 @@ SFCC Developers Core - SFCC Cartridge
2614
Installation
2715
---
2816

29-
[![Download](https://img.shields.io/badge/Download-blue.svg?logo=github&style=for-the-badge)](https://github.com/sfccdevops/sfcc_developers_core/releases/latest)
17+
[![Download](https://img.shields.io/badge/Download-blue.svg?logo=github&style=for-the-badge)](https://github.com/opensfcc/sfcc_developers_core/releases/latest)
3018

3119
1. Unzip and Rename the folder to `sfcc_developers_core`
3220
2. Move `sfcc_developers_core` into the root of your SFCC Project
@@ -42,7 +30,7 @@ Contributing
4230
#### Developer Setup:
4331

4432
```bash
45-
git clone https://github.com/sfccdevops/sfcc_developers_core.git
33+
git clone https://github.com/opensfcc/sfcc_developers_core.git
4634
cd sfcc_developers_core
4735
npm install
4836
npm run dev # one time build for development
@@ -52,14 +40,9 @@ npm run build # one time build for production
5240

5341
Once you have something you would like to share, check out our Contribution Guide.
5442

55-
[![Contribution Guide](https://img.shields.io/badge/Contribution_Guide-EEEEEE.svg?logo=github&logoColor=black&style=for-the-badge)](https://github.com/sfccdevops/sfcc_developers_core/blob/develop/.github/CONTRIBUTING.md)
56-
57-
About the Author
58-
---
59-
60-
> [Peter Schmalfeldt](https://peterschmalfeldt.com/) is a Certified Senior Salesforce Commerce Cloud Developer with over 20 years of experience building eCommerce websites, providing everything you need to design, develop & deploy eCommerce applications for Web, Mobile & Desktop platforms.
43+
[![Contribution Guide](https://img.shields.io/badge/Contribution_Guide-EEEEEE.svg?logo=github&logoColor=black&style=for-the-badge)](https://github.com/opensfcc/sfcc_developers_core/blob/develop/.github/CONTRIBUTING.md)
6144

6245
Disclaimer
6346
---
6447

65-
> The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.
48+
> The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. OpenSFCC is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the OpenSFCC products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and OpenSFCC.

cartridges/sfcc_dev_tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
1+
![Logo](https://avatars.githubusercontent.com/u/151680118?s=200&v=4 "Logo")
22

33
SFCC Dev Tools Cartridge
44
===

cartridges/sfcc_dev_tools/cartridge/client/default/js/vue/components/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<!-- No Results -->
123123
<div v-if="!debugData.benchmarks" class="no-results">
124124
<span>No Benchmarks</span>
125-
<a data-devtool href="https://github.com/sfccdevops/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
125+
<a data-devtool href="https://github.com/opensfcc/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
126126
Need Help?
127127
</a>
128128
</div>
@@ -531,7 +531,7 @@
531531
</div>
532532

533533
<!-- Open Info -->
534-
<a href="https://github.com/sfccdevops/sfcc_developers_core#readme" target="devtool-info" class="open-info" v-tooltip="{ content: 'SFCC Developer Core Info', classes: 'devtool-tooltip', delay: { show: tooltipDelay } }" data-devtool>
534+
<a href="https://github.com/opensfcc/sfcc_developers_core#readme" target="devtool-info" class="open-info" v-tooltip="{ content: 'SFCC Developer Core Info', classes: 'devtool-tooltip', delay: { show: tooltipDelay } }" data-devtool>
535535
&#9432;
536536
</a>
537537

cartridges/sfcc_dev_tools/cartridge/client/default/js/vue/components/Messages.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ul>
4444
<div v-else class="no-results">
4545
<span>No Messages</span>
46-
<a data-devtool href="https://github.com/sfccdevops/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#usage" target="_blank">
46+
<a data-devtool href="https://github.com/opensfcc/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#usage" target="_blank">
4747
Need Help?
4848
</a>
4949
</div>

0 commit comments

Comments
 (0)