Guide to Changelogs: Difference between revisions
Jump to navigation
Jump to search
→Pull Requests
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 | # 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 | ## 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. |