Skip to content

Commit

Permalink
[Repo] Update PULL_REQUEST_TEMPLATE.md (#119)
Browse files Browse the repository at this point in the history
# Description

Description.

---

# Tasks

- [ ] Task
- [x] Completed Task

---

<details><summary><h1>Media</h1></summary>
<p>

![Example Media
Embed](https://github.com/Simple-Station/Parkstation/assets/77995199/3b56201a-3e04-44ae-a6b7-0ea69b54943c)

</p>
</details>

---

# Changelog

<!-- You can add an author after the `:cl:` to change the name that
appears in the changelog, ex: `:cl: Death`, it will default to your
GitHub display name -->
  • Loading branch information
DEATHB4DEFEAT authored Aug 29, 2023
1 parent 31e078d commit 06e6774
Showing 1 changed file with 17 additions and 33 deletions.
50 changes: 17 additions & 33 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,29 @@
# Description
<!--
Describe the Pull Request here.
What does it change?
What other things could this impact?
-->

# TODO
<!--
If this PR is a work in progress, you can keep track of what you need to do here.
A checklist can be made using the following syntax:

Description.

---

# Tasks

- [ ] Task
- [x] Completed Task
- [ ] Other Task
-->

# Media
<!--
If applicable, add screenshots or videos to showcase your PR.
This makes it much easier for us to merge PRs.
Refactors or small fixes are exempt, but all PRs which make ingame changes (adding clothing, items, new features, etc) must include ingame media or the PR will not be merged.
Use screenshot software like Window's built in snipping tool, ShareX, Lightshot, or recording software like ShareX (gif), ScreenToGif, or Open Broadcaster Software (cross platform).
If you're unsure whether your PR will require media, ask a maintainer.
-->
---

<details><summary><h1>Media</h1></summary>
<p>

# Changelog
<!--
Here you can fill out a changelog that will automatically be added to the game when your PR is merged.
There are 4 icons for changelog entries: add, remove, tweak, fix.
<!-- ![Example Media Embed](https://example.com) -->

</p>
</details>

You can put your name after the :cl: symbol to change the name that shows in the changelog.
Like so:
:cl: PJB
---

Generally, only put things in changelogs that players actually care about.
Stuff like "Refactored X system, no changes should be visible" shouldn't be on a changelog.
# Changelog

For writing actual entries, don't consider the entry type suffix (e.g. add) to be "part" of the sentence:
bad: - add: a new tool for engineers
good: - add: added a new tool for engineers
-->
<!-- You can add an author after the `:cl:` to change the name that appears in the changelog, ex: `:cl: Death`, it will default to your GitHub display name -->

:cl:
- add: Added fun!
Expand Down

0 comments on commit 06e6774

Please sign in to comment.