Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:entwickler:fehlerkorrekturen_in_mehreren_versionen [2015/10/30 21:57] – [GitHub Write permissions] thomas-rcven:entwickler:fehlerkorrekturen_in_mehreren_versionen [2019/07/11 09:19] fasse
Line 1: Line 1:
-====== Fix bugs and add new features ======+====== Set up a developement environment ======
  
 ===== Where can I find the source code? ===== ===== Where can I find the source code? =====
  
-We develop Admidio using the version management [[http://de.wikipedia.org/wiki/Git|Git]] on the platform [[http://www.github.com | GitHub]]. The current source code is located in the Master **Branch** and can be found via the following link:+We develop Admidio using the version management [[https://de.wikipedia.org/wiki/Git|Git]] on the platform [[https://www.github.com|GitHub]]. The current source code is located in the Master **Branch** and can be found via the following link:
   https://github.com/Admidio/admidio   https://github.com/Admidio/admidio
  
Line 11: Line 11:
 Have you got your idea formulated as [[https://help.github.com/articles/about-issues/|Issue]] and coordinated with us, then you will find the **Master** Branch the current code with all new features and changes that have been added since the last release. If you want Admidio evolve, we recommend that you take as a base this Branch. Ideally, you create then in your GitHub account a [[https://guides.github.com/activities/forking/#fork|Fork]]  of this Branch and a feature Branch. There you can now develop your extension and [[https://guides.github.com/activities/forking/#making-changes|commit]] in the fork. Once your extension is complete, you can use a [[https://guides.github.com/activities/forking/#making-a-pull-request|Pull Request]] for our **Master** Branch. This Pull Request we will look at and discuss it then to assume ideally. Have you got your idea formulated as [[https://help.github.com/articles/about-issues/|Issue]] and coordinated with us, then you will find the **Master** Branch the current code with all new features and changes that have been added since the last release. If you want Admidio evolve, we recommend that you take as a base this Branch. Ideally, you create then in your GitHub account a [[https://guides.github.com/activities/forking/#fork|Fork]]  of this Branch and a feature Branch. There you can now develop your extension and [[https://guides.github.com/activities/forking/#making-changes|commit]] in the fork. Once your extension is complete, you can use a [[https://guides.github.com/activities/forking/#making-a-pull-request|Pull Request]] for our **Master** Branch. This Pull Request we will look at and discuss it then to assume ideally.
  
-Shortly after we released a major new version, we will create a Branch specifically for this version. The current state of development is appropriately recorded to the published version practically. At this stage of development we can later import corrections regardless of what has been developed in parallel **Master**. The Branch is always appropriate for us to release. On behalf of the Branches you can see which version is which Branch. Example of Admidio 2.4  the Branch is namend **v2.4** and reachable at the following URL:+Shortly after we released a major new version, we will create a Branch specifically for this version. The current state of development is appropriately recorded to the published version practically. At this stage of development we can later import corrections regardless of what has been developed in parallel **Master**. The Branch is always appropriate for us to release. On behalf of the Branches you can see which version is which Branch. Example of Admidio 2.4  the Branch is named **v2.4** and reachable at the following URL:
   https://github.com/Admidio/admidio/tree/v2.4   https://github.com/Admidio/admidio/tree/v2.4
  
  • en/entwickler/fehlerkorrekturen_in_mehreren_versionen.txt
  • Last modified: 2021/06/15 20:11
  • by fasse