Contributing on AL Guidelineshttps://alguidelines.dev/contributing/Recent content in Contributing on AL GuidelinesHugo -- gohugo.ioen-usTemplateshttps://alguidelines.dev/contributing/templates/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/templates/Templates We have foreseen some template-files that you can simply copy and use. Look at them as “Patterns for describing patterns” 😉. We have foreseen a Template for: Guidelines PatternsTips and tricks in terms of working with MarkDown and Hugohttps://alguidelines.dev/contributing/formattingtips/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/formattingtips/Markdown Cheat Sheet Here you can find a rather interesting Cheat Sheet regarding markdown: https://www.markdownguide.org/cheat-sheet Code Fences / Syntax highlighting The syntax to use codefences is with backticks. If you provide the language after the first block of backticks, github will automatically put that in decent syntax highlighting. So, A simple code fence with AL code, can simply be done by: ```al procedure ALGuidelinesRock() var Customer: Record Customer; begin Customer.Guide to Fork & PRhttps://alguidelines.dev/contributing/forkandpr/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/forkandpr/Abstract (coming soon) Steps Step 1: Fork Step 2: Branch Step 3: PullrequestUnderstanding the Approval Processhttps://alguidelines.dev/contributing/theapprovalprocess/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/theapprovalprocess/(coming soon)