From e1e2234dc8451bd18233c8fb588057521a41b603 Mon Sep 17 00:00:00 2001 From: TheDoubleH Date: Fri, 19 Nov 2021 00:44:18 -0800 Subject: [PATCH 1/6] Resolved Logo linking to incorrect location --- layouts/partials/logo.html | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 984b8ced..549eaa74 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,11 +1,25 @@ - -Code is Poetry \ No newline at end of file +Code is Poetry ... \ No newline at end of file From bbb685af36d715cd00d35c01e1d688c2dbb75c8e Mon Sep 17 00:00:00 2001 From: TheDoubleH Date: Fri, 19 Nov 2021 00:46:13 -0800 Subject: [PATCH 2/6] Removed svg logo --- .hugo_build.lock | 0 layouts/partials/logo.html | 13 +------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 .hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 00000000..e69de29b diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 549eaa74..6794868f 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -7,18 +7,7 @@ font-weight: 300; margin-top: -2px; "> - - - - - - + ALGuidelines.Dev From 5263fb012e6b96df5fe65026dd510a8379ae5880 Mon Sep 17 00:00:00 2001 From: Henrik Helgesen Date: Fri, 19 Nov 2021 00:48:23 -0800 Subject: [PATCH 3/6] Delete .hugo_build.lock --- .hugo_build.lock | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29b..00000000 From e9c842a6a25016f65f4b1342cb4809e47ee8d45e Mon Sep 17 00:00:00 2001 From: TheDoubleH Date: Fri, 19 Nov 2021 00:51:40 -0800 Subject: [PATCH 4/6] Removed svg logo --- layouts/partials/logo.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 549eaa74..6794868f 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -7,18 +7,7 @@ font-weight: 300; margin-top: -2px; "> - - - - - - + ALGuidelines.Dev From bfe44d2141df5e791285f03909cd2f7c74124932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCblb=C3=B6ck?= <31962481+Mkublbock@users.noreply.github.com> Date: Fri, 19 Nov 2021 11:04:31 +0100 Subject: [PATCH 5/6] Fixed: Broken Link in Fork and PR index.md Link was encased in brackets and ) was added and the end of the link resulting in a broken link - fixed by escaping the last character --- content/Contributing/ForkAndPR/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Contributing/ForkAndPR/index.md b/content/Contributing/ForkAndPR/index.md index 54a0496c..89c2d00c 100644 --- a/content/Contributing/ForkAndPR/index.md +++ b/content/Contributing/ForkAndPR/index.md @@ -7,7 +7,7 @@ weight = 100 ## Abstract -AL Guidelines is a community project, and as such YOU are encouraged to submit corrections and new ideas. In order to get your content included, you must submit a pull request to the GitHub Repository (Located here: https://github.com/microsoft/alguidelines). All Pull Requests are subject to approval by a minimum three admins. +AL Guidelines is a community project, and as such YOU are encouraged to submit corrections and new ideas. In order to get your content included, you must submit a pull request to the GitHub Repository (Located here: https://github.com/microsoft/alguidelines\). All Pull Requests are subject to approval by a minimum three admins. If You are toying with an idea, but You aren't ready to create a document just yet, you are encouraged to create a project discussion thread here: https://github.com/microsoft/alguidelines/discussions @@ -57,4 +57,4 @@ To do so, head on over to the repository on GitHub where your project lives. For GitHub will bring you to a page that shows the differences between your fork and the microsoft/alguidelines repository. Click **Create pull request.** -GitHub will bring you to a page where you can enter a title and a description of your changes. _It's important to provide as much useful information and a rationale for why you're making this pull request in the first place._ The project owners needs to be able to determine whether your change is as useful to everyone as you think it is. Finally, click **Create pull request.** \ No newline at end of file +GitHub will bring you to a page where you can enter a title and a description of your changes. _It's important to provide as much useful information and a rationale for why you're making this pull request in the first place._ The project owners needs to be able to determine whether your change is as useful to everyone as you think it is. Finally, click **Create pull request.** From 0243955ac5993988649cd60538ad978bc890ae68 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:10:12 +0100 Subject: [PATCH 6/6] Forgot to remove template from README file --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5cd7cecf..96fd8c12 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ -# Project +# Business Central Design Patterns & Best Practices -> This repo has been populated by an initial template to help get you started. Please -> make sure to update the content to build a great experience for community-building. +This site is meant to house some of the community's knowledge about Microsoft Dynamics 365 Business Central AL Development best practices, particularly around hosting Design Patterns. -As the maintainer of this project, please make a few updates: - -- Improving this README.MD file to provide a great experience -- Updating SUPPORT.MD with content about this project's support experience -- Understanding the security reporting process in SECURITY.MD -- Remove this section from the README +Please see the [ALGuidelines.dev](https://alguidelines.dev/) site for the full information about this project. ## Contributing