You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Contributing to Magento 2 code
2
2
3
-
Contributions to the Magento 2 codebase are done using the fork & pull model.
4
-
This contribution model has contributors maintaining their own fork of the Magento 2 repository.
3
+
Contributions to the Mage-OS Magento 2 codebase are done using the fork & pull model.
4
+
This contribution model has contributors maintaining their own fork of the Mage-OS Magento 2 repository.
5
5
The forked repository is then used to submit a request to the base repository to "pull" a set of changes.
6
6
For more information on pull requests please refer to [GitHub Help](https://help.github.com/articles/about-pull-requests/).
7
7
8
8
Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes or optimizations.
9
9
10
-
The Magento 2 development team or community maintainers will review all issues and contributions submitted by the community of developers in the first in, first out order.
10
+
The Mage-OS Magento 2 development team or community maintainers will review all issues and contributions submitted by the community of developers in the first in, first out order.
11
11
During the review we might require clarifications from the contributor.
12
12
If there is no response from the contributor within two weeks, the pull request will be closed.
13
13
@@ -17,24 +17,24 @@ For more detailed information on contribution please read our [beginners guide](
17
17
18
18
1. Contributions must adhere to the [Magento coding standards](https://developer.adobe.com/commerce/php/coding-standards/).
19
19
2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests.
20
-
3. Commits must be accompanied by meaningful commit messages. Please see the [Magento Pull Request Template](https://github.com/magento/magento2/blob/HEAD/.github/PULL_REQUEST_TEMPLATE.md) for more information.
20
+
3. Commits must be accompanied by meaningful commit messages. Please see the [Mage-OS Magento Pull Request Template](https://github.com/mage-os/mageos-magento2/blob/HEAD/.github/PULL_REQUEST_TEMPLATE.md) for more information.
21
21
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
22
22
5. PRs which include new logic or new features must be submitted along with:
23
23
* Unit/integration test coverage
24
24
* Proposed [documentation](https://developer.adobe.com/commerce) updates. Use feedback buttons __Edit in GitHub__ and __Log an issue__ at the top of a relevant topic.
25
-
6. For larger features or changes, please [open an issue](https://github.com/magento/magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
25
+
6. For larger features or changes, please [open an issue](https://github.com/mage-os/mageos-magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
26
26
7. All automated tests must pass.
27
27
28
28
## Contribution process
29
29
30
30
If you are a new GitHub user, we recommend that you create your own [free github account](https://github.com/signup/free).
31
-
This will allow you to collaborate with the Magento 2 development team, fork the Magento 2 project and send pull requests.
31
+
This will allow you to collaborate with the Mage-OS Magento 2 development team, fork the Mage-OS Magento 2 project and send pull requests.
32
32
33
-
1. Search current [listed issues](https://github.com/magento/magento2/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
33
+
1. Search current [listed issues](https://github.com/mage-os/mageos-magento2/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
34
34
2. Review the [Contributor License Agreement](https://opensource.adobe.com/cla.html) if this is your first time contributing.
35
35
3. Create and test your work.
36
-
4. Follow the [Forks And Pull Requests Instructions](https://developer.adobe.com/commerce/contributor/guides/code-contributions/) to fork the Magento 2 repository and send us a pull request.
37
-
5. Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.
36
+
4. Follow the [Forks And Pull Requests Instructions](https://developer.adobe.com/commerce/contributor/guides/code-contributions/) to fork the Mage-OS Magento 2 repository and send us a pull request.
37
+
5. Once your contribution is received the Mage-OS Magento 2 development team will review the contribution and collaborate with you as needed.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug report
2
-
description: Technical issue with the Magento 2 core components
2
+
description: Technical issue with the Mage-OS Magento 2 core components
3
3
body:
4
4
- type: markdown
5
5
attributes:
@@ -12,7 +12,7 @@ body:
12
12
Describe your environment.
13
13
Provide all the details that will help us to reproduce the bug.
14
14
value: |
15
-
- Magento version
15
+
- Mage-OS Magento version
16
16
- Anything else that would help a developer reproduce the bug
17
17
- type: textarea
18
18
attributes:
@@ -51,7 +51,7 @@ body:
51
51
attributes:
52
52
label: Additional information
53
53
description: |
54
-
Additional information is often requested when the bug report is processed. You can save time by providing both Magento and browser logs, screenshots, repository branch and HEAD commit you checked out to install Magento and any other artifacts related to the issue.
54
+
Additional information is often requested when the bug report is processed. You can save time by providing both Mage-OS Magento and browser logs, screenshots, repository branch and HEAD commit you checked out to install Magento and any other artifacts related to the issue.
55
55
Also, links to the comments with important information, Root Cause analysis, additional video recordings; and anything else that is important for the issue and at some reason cannot be added to other sections.
0 commit comments