AdoptOpenJDK / website-adoptium

Repo for new Adoptium website
2 stars 7 forks source link

Observe Github repo of documentation #121

Open hendrikebbers opened 3 years ago

hendrikebbers commented 3 years ago

πŸ†•πŸ₯ First Timers Only

This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you πŸ’

πŸ‘Ύ Description of the issue

At Adoptium.net we want to provide different documentations. All documentations will be stored in the https://github.com/AdoptOpenJDK/website-adoptium-documentation repository. The website should automatically show updates in the documentation whenever the content of the repo changes.

flow

To do so a sample service (based on Eclipse Microprofile APIs) that observes the GIT repository and updates a local copy of the repository on the local file system must be created. This can be done either by using a Git wrapper like JGit or by using the GitHub REST API. The service / functionality must be part of the Quarkus application that is part of this repository (https://github.com/AdoptOpenJDK/website-adoptium).

πŸ“‹ Step by Step

To solve this issue and contribute a fix you should check the following step-by-step list. A more detailed documentation of the workflow can be found here.

πŸŽ‰ Contribute to Hacktoberfest

Solve this issue as part of the Hacktoberfest event and get a change to receive cool goodies like a T-Shirt. 🎽

πŸ€”β“ Questions

If you have any questions just ask us directly in this issue by adding a comment. You can join our community chat at Slack. Next to this you can find a general manual about open source contributions here.

CKeibel commented 3 years ago

Hello there! I would like to work on this issue :)