CONTRIBUTING.md
July 18, 2020 ยท View on GitHub
Contributing
When contributing non-trivial changes to this repository, please first discuss the change you wish to make by creating a pull request in this repository or just create a issue.
Submitting new Tips and Best practises
-
Create a folder with master name in Pascal Case (ex: Aliex_Inkin)
-
Inside master name folder create another folder assets to add all code snippets and a README.md file.
Master_Name > Assets , README.md
-
In README.md of Master_Name folder create a header with master name and add the tip in following template
| content | values |
|---|---|
| Tip | #Tip no |
| Description | Description of the tip |
| stackblitz | Stackblitz url |
| Read more | Read more url |
Below the table add the code snippets.