From c96e3b78381ae0e2a85bf0aeeb2c8bf20ff261ae Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 8 Aug 2021 18:41:42 +0200 Subject: [PATCH] moved contributing.md and updated pr template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 1 + .github/pull_request_template.md | 36 ++++++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (94%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 94% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index c0eb5754..6b202b30 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,5 +1,6 @@ # Contributing to theme.park +- If you want to discuss changes, you can also bring it up in our Discord server ## New theme option * The current variables in use can be found in any of the CSS files in `/CSS/variables/` diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4e7866ae..33ec18e1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,35 @@ -## Thank you for the PR! + -### Please remember to add a before and after screenshot(s) on any css changes! +[themeparkurl]: https://theme-park.dev +[![theme-park.dev](https://github.com/GilbN/theme.park/blob/master/banners/tp_banner.png)][themeparkurl] + + + + + + + + + +------------------------------ + + - [ ] I have read the [contributing](https://github.com/GilbN/theme.park/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications + +------------------------------ + + + +## Description: + + + +## Benefits of this PR and context: + + +## How Has This Been Tested? + + + + +## Source / References: + \ No newline at end of file