diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-10 23:15:29 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-10 23:15:29 +0100 |
commit | 38fd5219d3669120b994b843514bc61d9cb14552 (patch) | |
tree | f7bf8a65ced5c611cd8d369b2234cd83a6c69dfd | |
parent | ba88d542b1cf942e6ca9154ae682bf9bbcd4bd36 (diff) | |
download | skyhanni-38fd5219d3669120b994b843514bc61d9cb14552.tar.gz skyhanni-38fd5219d3669120b994b843514bc61d9cb14552.tar.bz2 skyhanni-38fd5219d3669120b994b843514bc61d9cb14552.zip |
better pr description template
-rw-r--r-- | pull_request_template.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index f8e10d15b..f7bfe3c3f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,18 @@ +<!-- remove all unused parts --> + ## Dependencies - pr_number_or_link_here ## What Describe what this pull request does, including technical details, screenshots, links to discord, etc. -<!-- remove unused parts below --> +<details> +<summary>Images</summary> + +<!-- drop images here --> + +</details> + ## Changelog New Features + Cool new feature. - your_name_here * extra info |