diff options
author | 2020-11-16 19:58:11 +0530 | |
---|---|---|
committer | 2020-11-18 15:12:29 +0000 | |
commit | 4c924635db7b5e7cba7ad7372f47321b479eeb93 (patch) | |
tree | 9d7091dc79fb9a156dc37ce79fbe8604438388d3 /mkdocs.yml | |
parent | a1a0a4900c523ace3c72334e9f6d64f68d4fdb1c (diff) |
Added Contribution Checklist
Added comprehensive tasklist as a guideline for contributions in How
To Contribute section. Also, minor fixup of API reference :
0_api-introduction.
v2: Added item : Is a backport to a release branch required ?
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I122f2093bd8360be4082497e0cadb67ca67d6d4e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25580
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit c04ab11b946684902e3e39aef475a2d16c09e1c4)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25599
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,5 +16,7 @@ plugins: markdown_extensions: - pymdownx.superfences + - pymdownx.tasklist: + custom_checkbox: true |