diff options
author | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2020-11-16 19:58:11 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-11-16 15:52:54 +0000 |
commit | c04ab11b946684902e3e39aef475a2d16c09e1c4 (patch) | |
tree | b27ca9543ffdfe52510cbbc0bed9104f46c984a3 /mkdocs.yml | |
parent | 991c6f12d7814c698d75e76cb5fdab965a2eeef0 (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>
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 |