-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from AOT-Technologies/dev
Dev to master PR
- Loading branch information
Showing
8 changed files
with
93 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
## Style Guide | ||
# Style Guide | ||
|
||
1. When writing css, always start with a prefix like `cft-` to avoid conflicts with other libraries | ||
when integrating. | ||
1. When writing css, always start with a prefix like `cft-` to avoid conflicts | ||
with CSS in other projects when integrating vue component. | ||
2. Import the components in relative order. | ||
3. When naming new Components follow Pascal-case. | ||
4. Follow the [VueJS Style Guide when developing components](https://vuejs.org/v2/style-guide/). | ||
5. On developing your code, follow the [Eslint rules specified](../.eslintrc.js) | ||
|
||
## Guidelines for raising PRs | ||
|
||
1. There are two protected branches: master and dev. dev is for continuous development | ||
and master branch as stable branch for the project which contains released version code. | ||
2. For any new changes raise PR to dev branch first. | ||
3. Always squash merge the Pull requests(PR) you raise with proper commit message. | ||
4. In case of PR from dev branch to master branch for an upcoming releases directly | ||
merge PR instead of squash merging. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters