We welcome contributions to this project! Before getting started, please read through this document to understand the process for submitting pull requests.
Before applying code changes, it would be preferred but not required if you could create an
- Fork the repository
- Clone the repository to your local machine
- Install the dependencies by running
npm install
- Run the project locally by using the command
npm start
We have a code of conduct that all contributors must adhere to. Any violations can be reported by contacting the repository maintainers.
- Please confirm that is no pre-existing issue for the change you wish to contribute
- Optional: Create an issue in the repository to discuss the proposed changes
- Create a new branch for your changes
- Make your changes and commit them
- Submit a pull request for review
- The pull request will be reviewed by a maintainer and merged if approved
We use GitHub issues to track bugs and feature requests. When submitting an issue, please provide as much detail as possible and include steps to reproduce the problem.
This project is focused on useful Angular packages to simplify processes for other developers. Contributions that align with this scope are welcome.
This project is licensed under the GPL-3.0 license.
- Comment your code
- Write test cases
- Follow the coding standards
- Use clear and descriptive commit messages using Conventional Commit Messages
- Keep the code clean and organized
- Keep code changes in a commit in a specific folder structure, i.e. changes to
apps/chill-viking-ng-libs
andlibs/layout
should be made in 2 separate commits