mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
docs: pull request template
This commit is contained in:
parent
e3ec4271a3
commit
97041be397
1 changed files with 23 additions and 0 deletions
23
.github/pull_request_template.md
vendored
Normal file
23
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Description
|
||||||
|
|
||||||
|
<!-- Please include a summary of the change, motivation and context. It it's a but fix, add a reference in format #issue_number -->
|
||||||
|
|
||||||
|
# Type of change
|
||||||
|
|
||||||
|
<!-- Please put X into brackers of required option OR delete options that are not relevant -->
|
||||||
|
|
||||||
|
- [ ] Bug fix
|
||||||
|
- [ ] New feature
|
||||||
|
- [ ] Refactoring / style
|
||||||
|
- [ ] Documentation update / chore
|
||||||
|
- [ ] Other (please describe)
|
||||||
|
|
||||||
|
# Versioning
|
||||||
|
|
||||||
|
<!-- Update the version if you want the PR to be merged fast. Currently it's a manual 3-steps process:
|
||||||
|
* update version in `versioning.js` using semver principle. Just set the next patch (for fixes) or minor version (for new features)
|
||||||
|
* for all changed files update hash (the part after `?`) in place where file is requested (usually it's `index.html`)
|
||||||
|
* if the change can be really interesting for end-users, describe it inside the `showUpdateWindow()` function in `versioning.js` -->
|
||||||
|
|
||||||
|
- [ ] Version is updated
|
||||||
|
- [ ] Changed files hash is updated
|
||||||
Loading…
Add table
Add a link
Reference in a new issue