init repo

This commit is contained in:
Damien Retzinger
2022-06-25 09:59:11 -04:00
commit a6400eb9ec
8 changed files with 302 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
---
name: Bug report or Regression
about: Create a report to help us fix an issue or regression
title: '[BUG]'
labels: 'bug'
assignees: 'damienwebdev'
---
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
# :bug: Bug report
## Current Behavior
<!-- Describe how the issue manifests. -->
## Expected Behavior
<!-- Describe what the expected behavior is. -->
## Minimal reproduction of the problem with instructions
<!-- Please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem -->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
## 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>
+37
View File
@@ -0,0 +1,37 @@
---
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>
+42
View File
@@ -0,0 +1,42 @@
---
name: Feature Request
about: Ask for a new feature, or something that you'd like to see changed.
title: '[FEAT]'
labels: 'feat'
assignees: 'damienwebdev'
---
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
# :bulb: Feature request
## Feature Name
<!-- Naming is hard, what do YOU call this feature? -->
## The Desired Behavior
<!-- Please describe, in as much detail as you can, what you'd like to see happen. -->
## Your Use Case
<!-- Please try to format as "As a {role}, I'd like to be able to do {x}. -->
## Prior Work
<!-- If you got this idea from somewhere, please indicate where you got it from. -->
## 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>
+28
View File
@@ -0,0 +1,28 @@
---
name: Other
about: Report a general issue that isn't covered by other issue templates.
title: '[OTHER]'
labels: ''
assignees: ''
---
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
# :question: Other
<!-- If you're asking a question, have you searched through Github first? -->
## 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>
@@ -0,0 +1,42 @@
---
name: Performance Issue
about: Create a report about a performance problem.
title: '[PERF]'
labels: 'perf'
assignees: 'damienwebdev'
---
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
# :turtle: Performance Issue
## Current behavior
<!-- Describe how the issue manifests. -->
## Expected behavior
<!-- Describe what the expected behavior is. -->
## Minimal reproduction of the problem with instructions
<!-- Please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem -->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
## 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>