Skip to content

Commit

Permalink
Merge e5e1b17 into aff011e
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Mar 9, 2020
2 parents aff011e + e5e1b17 commit d469979
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .all-contributorsrc
@@ -0,0 +1,14 @@
{
"projectName": "store-footer",
"projectOwner": "vtex-apps",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"docs/README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [],
"contributorsPerLine": 7
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Updated `CODEOWNERS` file with responsible teams for each directory.
- Updated `.all-contributorsrc`.

## [2.19.2] - 2020-03-04
### Added
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,2 @@
* @vtex-apps/store-framework-devs
docs/ @vtex-apps/technical-writers
17 changes: 16 additions & 1 deletion docs/README.md
@@ -1,4 +1,7 @@
📢 Don't fork this project. Use, [contribute](https://github.com/vtex-apps/awesome-io#contributing), or open issues through [Store Discussion](https://github.com/vtex-apps/store-discussion).
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

# Footer

Expand Down Expand Up @@ -127,4 +130,16 @@ In order to apply CSS customizations in this and other blocks, follow the instru
| --- |
| `poweredBy` |
| `poweredByImage` |
| `poweredByLink` |
| `poweredByLink` |
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit d469979

Please sign in to comment.