-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process Guide #5
Comments
Linting
React InstallingTo install the package and its dependencies: $ npm install --save-dev eslint@4.19.1 \
eslint-config-pagarme-react \
stylelint@8.0.0 \
stylelint-config-pagarme-react \
To include these rules into your project, create the following config files in your root folder:
{
"extends": ["pagarme-react"],
"env": {
"browser": true
}
}
|
Component definitionAll components should always be defined as a directory, named with pascal casing. The main component file should be
|
Naming Branches
Commit messages
|
Pull Request Checklist
Merging Pull Requests
|
Team: @bayan-404 @bayanseder @aboodswiti @Duha96
Project Lead: @someyaaltous
Issues and Labels
Should be used labels when creating issues.
Time
Time estimation, although hard, its very important. We ask that you try and include a time estimating with Dwyl Labels for every issue, even if you are not sure.
There are 5 built-in time labels:
When possible, when completing issues please leave a comment with the time actually taken to complete the issue.
The text was updated successfully, but these errors were encountered: