Issues tracked on Mantis¶
bugs.bareos.org¶
If you want to reference an issue that is tracked on https://bugs.bareos.org, the following formatting should be used:
:mantis:`123`
This will be displayed as:
Github¶
Pull request¶
Refer to a Github Pull request by:
* Single pull request: :pr:`160`
* Multiple pull requests: :pr:`150,160`
* Pull request of another project: :pr:`bareos/bareos-contrib#34`
This will be displayed as:
- Single pull request: #160
- Multiple pull requests: #150, #160
- Pull request of another project: bareos/bareos-contrib#34
Commit¶
Refer to a Github Commit by:
* Commit, full hash: :commit:`a3affbea2047441c19df7cae067b6e47ce030a9a`
* Commit, short hash: :commit:`a3affbe`
* Commit from another project: :commit:`bareos/bareos-contrib@edfa2e19`
This will be displayed as:
- Commit, full hash: a3affbe
- Commit, short hash: a3affbe
- Commit from another project: bareos/bareos-contrib@edfa2e1