- Fork this repository
- Choose the topic that you would like to add to (Django, Angular ...)
- Create a new directory inside that topic and make sure that directory name is kebab-case.
- The template would required a
README.mdfile to explain about your topic standard.
-
Create a new directory in root directory, named it in kebab-case.
-
Create a file named
README.mdin newly created directory -
Add category information into newly created
README.mdfile. Here is an example for Django:--- title: Django has_sub_pages: true permalink: django ---
-
Put created file's path into section
header_pagesin_config.ymlfileheader_pages: ... - django/README.md
- Request a review: Initiate a pull request to the CODIUM Technical Standard when proposed a change or new feature, then assign the review from someone in tech council team (@earthpyy, @piyapan039285, @powerdefy and @NorakGithub), reviewer must be two or more to be able to merge. When everything looks good, the pull request will be merged.