Merge branch 'main' into fix/PullRequestGuide
This commit is contained in:
commit
8448724c3c
3 changed files with 74 additions and 77 deletions
12
README.md
12
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
|
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.
|
||||||
> make sure to update the content to build a great experience for community-building.
|
|
||||||
|
|
||||||
As the maintainer of this project, please make a few updates:
|
Please see the [ALGuidelines.dev](https://alguidelines.dev/) site for the full information about this project.
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ weight = 100
|
||||||
|
|
||||||
## Abstract
|
## 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 of 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 of 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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,14 @@
|
||||||
<a id="logo" href="{{ .Site.Params.landingPageURL | default " /" | relLangURL }}" style="
|
<a id="logo"
|
||||||
|
href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}"
|
||||||
|
style="
|
||||||
color: #f5f5f5;
|
color: #f5f5f5;
|
||||||
font-family: 'Novacento Sans Wide', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
|
font-family: 'Segoe UI Semibold', 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: bold;
|
font-weight: 300;
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
">
|
">
|
||||||
|
|
||||||
ALGuidelines.Dev
|
ALGuidelines.Dev
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<i style="color: #f5f5f5;">Code is Poetry</i>
|
<i style="color: #f5f5f5;">Code is Poetry ...</i>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue