Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 15, 2019
1 parent 391eb34 commit 5fcfa03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The following are a set of guidelines for contributing to the project.
* [Reviewing Code](#reviewing-code-) 👀
* [Documenting](#documenting-) 📜
* [Issue Report Guidelines](#issue-report-guidelines)
* [Contributor License Agreement](#contributor-license-agreement)

## Code of Conduct

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,24 @@ A set of standardized components for AEM 6.4+ that can be used to speed up devel
## Documentation

* [AEM.Design Blog](https://aem.design)
* [AEM.Design SonarCloud](https://sonarcloud.io/project/issues?id=design.aem%3Aaemdesign-aem-core)

## Sonar Quality Gate

After completing your commits and before PUSHING please run following command to push your updates to sonar.
Please cleanup your updates do not add items to Reliability, Security and Maintainability measures, please dont be a 💩 and cleanup your code 🙏😍

On Master branch run this

```bash
mvn sonar:sonar "-Dsonar.branch.name=master" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=e565f767e9723a7e1b27e1c339cc24dc8ee87aaf" "-Dsonar.organization=aemdesign-github"
```

On other branches run this, change ``sonar.branch.name`` to your branch name

```bash
mvn sonar:sonar "-Dsonar.branch.name=develop" "-Dsonar.branch.target=master" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=e565f767e9723a7e1b27e1c339cc24dc8ee87aaf" "-Dsonar.organization=aemdesign-github"
```

## Development
If you're curious about how the next generation of components looks like, a tech preview is made available in the
Expand Down

0 comments on commit 5fcfa03

Please sign in to comment.