mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
37 lines
993 B
Markdown
37 lines
993 B
Markdown
---
|
|
name: Documentation Request
|
|
about: Request additional documentation or clarification on a feature.
|
|
title: '[DOCS]'
|
|
labels: 'docs'
|
|
assignees: 'damienwebdev'
|
|
---
|
|
|
|
<!--
|
|
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
|
|
|
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
|
|
-->
|
|
|
|
# :page_facing_up: Documentation Request
|
|
|
|
## What were you doing?
|
|
<!-- Describe how you came to need the documentation. -->
|
|
|
|
|
|
## Expected behavior
|
|
<!-- Describe not only **what** you would like to see documented, but also **where** you'd like to see it. -->
|
|
|
|
|
|
## Existing Documentation
|
|
<!-- Describe any existing documentation that would potentially require change. -->
|
|
|
|
## Environment
|
|
|
|
<pre><code>
|
|
Magento version: X.Y.Z
|
|
PHP Version version: X.Y.Z
|
|
<!-- Check whether this is still an issue in the most recent magento2-cors version -->
|
|
|
|
Others:
|
|
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
|
</code></pre> |