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
- The plentymarkets [plugin interface](https://developers.plentymarkets.com/dev-doc/basics#introduction-interface)
32
-
- The plentymarkets [REST API](https://developers.plentymarkets.com/rest-doc/introduction)
33
-
34
-
## Join our community
35
-
36
-
Sign up today and become a member of our [forum](https://forum.plentymarkets.com/c/plugin-entwicklung). Discuss the latest trends in plugin development and share your ideas with our community.
32
+
- The plentymarkets [REST API](https://developers.plentymarkets.com/en-gb/developers/main/rest-api-guides/getting-started.html)
37
33
38
34
## Contribute to the project
39
35
40
36
If you want to contribute to our open source projects, you can learn how to open pull requests in our [Contribution guide](https://github.com/plentymarkets/plugin-ceres/blob/stable/contributionGuide.md).
41
37
42
38
## Versioning
43
39
44
-
Visit our forum and find the latest news and updates in our [Changelog](https://forum.plentymarkets.com/c/changelog?order=created).
40
+
Find the latest news and updates in our [Changelog](https://github.com/plentymarkets/plugin-ceres/releases).
Copy file name to clipboardExpand all lines: contributionGuide.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Thanks a lot for being a part of our community!
13
13
Whether you're planning to contribute a feature or fix a bug, we will have to assess your code and decide whether or not we can include it in a future release. We don't want you to invest a lot of time and effort into a contribution that we cannot accept. However, there are certain limitations to which contributions we can implement: In some cases, internal dependencies to the PlentyONE core may impede the inclusion of a feature; in other cases, our LTS (long-term support)
14
14
promise for plentyShop LTS 5.0.X prevents us from accepting your contribution, because it may lead to breaking changes for external plugins.
15
15
16
-
That is why you should talk to us before you begin working on a larger contribution to plentyShop LTS. Just open a new thread [in the plentyShop category in the forum](https://forum.plentymarkets.com/c/plentyshop/). Tag the new post with the tag **Contribution**. Briefly explain what you're planning to do and how you would go about. Our developers will have a look at your input and contact you to discuss whether it's possible or not.
16
+
That is why you should talk to us before you begin working on a larger contribution to plentyShop LTS.
17
17
18
18
## Which contributions will not be accepted?
19
19
@@ -25,9 +25,9 @@ It's hard to say. Mainly, we reserve the right to reject your contribution if:
25
25
26
26
## Contributing bug fixes
27
27
28
-
If you want to help improve plentyShop LTS by contributing bug fixes, you can find a list of all currently known bugs in the [issues column on GitHub](https://github.com/plentymarkets/plugin-ceres/issues). Each individual entry on the issues board includes a link to the corresponding thread in the forum, if you need further information.
28
+
If you want to help improve plentyShop LTS by contributing bug fixes, you can find a list of all currently known bugs in the [issues column on GitHub](https://github.com/plentymarkets/plugin-ceres/issues).
29
29
30
-
If you find a bug that's not on the GitHub issues board, let us know by opening a new thread [in the plentyShop category in the forum](https://forum.plentymarkets.com/c/plentyshop/). Include detailed information on how to reproduce the bug. This includes:
30
+
Include detailed information on how to reproduce the bug. This includes:
31
31
32
32
- the plugin version(s) in which the bug appears
33
33
- the browser(s) you're using and its version
@@ -55,9 +55,9 @@ While we're always striving to improve the code documentation in the project, th
55
55
9. Mention **@plentymarkets-plentyshop** in the description of your pull request.
56
56
10. Add a few sentences that describe the changes you've made in the description of the pull request.
57
57
58
-
After you've opened a pull requests, the PR will be subject to our automated tests. If one or more of the checks is failing, please consider the proposed adjustments to your pull request. If it's unclear why the test failed, make sure to contact us either by mentioning **@plentymarkets-plentyshop** in the PR's conversation or by opening a new thread in the forum.
58
+
After you've opened a pull requests, the PR will be subject to our automated tests. If one or more of the checks is failing, please consider the proposed adjustments to your pull request. If it's unclear why the test failed, make sure to contact us by mentioning **@plentymarkets-plentyshop** in the PR's conversation.
59
59
60
-
If your contribution requires additional documentation on our part, please also mention GitHub user **fmutschler** in the PR conversation or user **franz.mutschler** in the forum.
60
+
If your contribution requires additional documentation on our part, please also mention GitHub user **fmutschler** in the PR conversation.
0 commit comments