-
Notifications
You must be signed in to change notification settings - Fork 132
Updating contribution guides for docs. #325
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
Changes from 27 commits
2c8a4c3
b4002b3
6c9c34d
ef7a76e
06d2e91
0c43a9e
5569b0a
2cc5666
2290e2e
a6786ee
a0faa1d
5f27f40
acc9238
978d945
6182ec9
447ed0f
2099d30
9c68e7d
539a562
9501614
d0fd11b
b9d2459
0b23734
70e59a5
2eef763
42bc8d1
51d66eb
8c7c139
f03a564
eaa1d0e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# How to contribute to MFTF docs | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "documentation" word is used 8 times in this section. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see the changes. |
||
|
||
We welcome contributions to the MFTF documentation, which is kept within the /docs/ folder in this repository. | ||
dobooth marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This page describes the submitting process and serves as a template for a properly written content. | ||
The contribution workflow is the same as submitting code. | ||
|
||
1. Create a branch from the `develop` branch in the [MFTF repository][]. | ||
1. Make edits/additions/deletions as needed. Read the [Basic Template][] for tips on how to write with Markdown. | ||
1. Submit your PR to the `develop` branch. | ||
dobooth marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Once submitted, a member of the documentation team will review and merge it. | ||
We will inform you if it needs any additional processing. | ||
|
||
The documentation in this repository is used as the source for the [MFTF documentation][]. | ||
Any changes to the table of contents will need to be made through a separate pull request in the regular [Magento Developer documentation repository][]. | ||
|
||
Read more about how to [Contribute to Magento Devdocs][]. | ||
|
||
<!-- For readability, we abstract the link URLS to the bottom of the page. The extra set of square brackets denotes it is a link, rather than plain brackets. > | ||
|
||
<!-- Link Definitions --> | ||
[Magento Developer documentation repository]: https://github.com/magento/devdocs/blob/master/_data/toc/mftf.yml | ||
[MFTF repository]: https://github.com/magento/magento2-functional-testing-framework | ||
[Contribute to Magento Devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md | ||
[MFTF documentation]: https://devdocs.magento.com/mftf/docs/introduction.html | ||
[Basic Template]: https://devdocs.magento.com/guides/v2.3/contributor-guide/templates/basic_template.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to use code-like letter case because it is not related to a file name or any other entity unless it is intended to be a reference for
DOCUMENTATION_TEMPLATE.md
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a ref to it.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it refers to
.../.github/CONTRIBUTING.md
in link definitionsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.