forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into imported-magento-devdocs-8890
- Loading branch information
Showing
99 changed files
with
2,254 additions
and
490 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
# Learn more at: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
# All .rb files | ||
*.rb @dshevtsov | ||
|
||
# All .rake files | ||
*.rake @dshevtsov | ||
|
||
# All .sh files | ||
*.sh @dshevtsov | ||
|
||
# All files at the root directory, non-recursively. | ||
/* @dshevtsov | ||
|
||
# All files at the /.github/linters/ directory and in sub-directories. | ||
/.github/linters/ @dshevtsov | ||
|
||
# All files at the /.github/workflows/ directory and in sub-directories. | ||
/.github/workflows/ @dshevtsov | ||
|
||
# All files at the /.github/bin/ directory and in sub-directories. | ||
/bin/ @dshevtsov | ||
|
||
/docker-compose.yaml @hguthrie | ||
|
||
LICENSE.txt @jeff-matthews | ||
|
||
COPYING.txt @jeff-matthews | ||
|
||
CODEOWNERS @jeff-matthews @dshevtsov |
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 |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
_config.local.yml | ||
.jekyll-metadata | ||
.jekyll-cache | ||
.whatsup.yml | ||
|
||
*.bat | ||
/tmp/ | ||
|
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 +1 @@ | ||
ruby-2.6.6 | ||
ruby-2.7.2 |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Parameters for a GitHub search query | ||
base_branch: master | ||
|
||
repos: | ||
- magento/devdocs | ||
- magento-commerce/devdocs | ||
|
||
# Labels also will be used as a 'type' value in the output file | ||
labels: | ||
required: | ||
- New Topic | ||
- Major Update | ||
optional: | ||
- Technical | ||
|
||
# Format of output file | ||
output_format: | ||
- yaml | ||
# - markdown | ||
|
||
magic_word: whatsnew | ||
|
||
membership: magento-commerce |
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
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
Oops, something went wrong.