Skip to content

Commit 57d26bd

Browse files
authored
Merge pull request #3752 from plentymarkets/fix/readme_and_contribution_guide
removed mentions of the old forum and fixed some links
2 parents 6d607c2 + b867dce commit 57d26bd

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,18 @@ Your Javascript, widget and SCSS changes have now been assembled locally.
2626
## Plugin documentation
2727

2828
- Learn how to create your [first plentymarkets plugin](https://developers.plentymarkets.com/tutorials/helloworld)
29-
- Installing a [template](https://developers.plentymarkets.com/tutorials/design)
29+
- Installing a [template](https://developers.plentymarkets.com/en-gb/developers/main/plentyshop-plugins/template-setup.html)
3030
- Developing [template plugins](https://developers.plentymarkets.com/dev-doc/template-plugins)
3131
- 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)
3733

3834
## Contribute to the project
3935

4036
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).
4137

4238
## Versioning
4339

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).
4541

4642
## License
4743

contributionGuide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Thanks a lot for being a part of our community!
1313
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)
1414
promise for plentyShop LTS 5.0.X prevents us from accepting your contribution, because it may lead to breaking changes for external plugins.
1515

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.
1717

1818
## Which contributions will not be accepted?
1919

@@ -25,9 +25,9 @@ It's hard to say. Mainly, we reserve the right to reject your contribution if:
2525

2626
## Contributing bug fixes
2727

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).
2929

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:
3131

3232
- the plugin version(s) in which the bug appears
3333
- 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
5555
9. Mention **@plentymarkets-plentyshop** in the description of your pull request.
5656
10. Add a few sentences that describe the changes you've made in the description of the pull request.
5757

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.
5959

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.
6161

6262
## Branch naming
6363

0 commit comments

Comments
 (0)