Contributing
Contributions are welcome!
Found a bug? Please submit an issue with steps to reproduce.
Missing a tip? Please submit an issue and provide arguments to open the discussion.
Disagree with a tip? Please submit an issue and provide arguments to open the discussion.
Submitting an issue
Please check already existing issues before submitting a new one.
You can create an issue on GitHub.
Submitting a pull request
Please check already existing pull requests before submitting a new one.
For major changes, please submit an issue first so we can discuss it.
To submit a pull request:
- Fork the GitHub repository.
 - Push your changes in your forked repository.
 - Create a pull request to the 
mainbranch. 
Rules
When adding a new tip:
- It must be Angular related.
 - It must add value to the official Angular documentation.
 - It must follow the vocabulary.
 - If possible, provide bad and good examples.
- Bad examples must be prefixed with "❌"
 - Good examples must be prefixed with "✅"
 
 - If possible, it's headline should be use case oriented, not solution oriented.
 - If necessary, add a detailed "Why?" block.
 
Thanks!