Guide to Changelogs: Difference between revisions

4 bytes removed ,  20:01, 8 February 2015
imported>Paprika
imported>Paprika
Line 10: Line 10:
PR changelogs are temporary and just get deleted after they're merged into the master changelog.
PR changelogs are temporary and just get deleted after they're merged into the master changelog.


# Create <code>html/changelogs/''USERNAME'-'BRANCHNAME''.yml</code>.
# Create <code>html/changelogs/''USERNAME-BRANCHNAME''.yml</code>.
## Go to <code>/master/html/changelogs/</code> on your branch.
## Go to <code>/master/html/changelogs/</code> on your branch.
## Create file <code>''USERNAME'-'BRANCHNAME''.yml</code> in the folder, where #### is the number or ID of your PR or the name of the branch.
## Create file <code>''USERNAME-BRANCHNAME''.yml</code> in the folder, where #### is the number or ID of your PR or the name of the branch.
##* Example: <code>Deantwo-PR-7445.yml</code> or <code>Deantwo-PR-ChemMasterGetsGloomy.yml</code>
##* Example: <code>Deantwo-PR-7445.yml</code> or <code>Deantwo-PR-ChemMasterGetsGloomy.yml</code>
##* File name is not super important but helps the maintainers know who made the file and which PR it is related to. Also prevents conflicts since two files won't have the same name.
##* File name is not super important but helps the maintainers know who made the file and which PR it is related to. Also prevents conflicts since two files won't have the same name.
Anonymous user