Browse Source

moved contributing.md and updated pr template

pull/248/head
Marius 4 years ago
parent
commit
c96e3b7838
  1. 1
      .github/CONTRIBUTING.md
  2. 36
      .github/pull_request_template.md

1
CONTRIBUTING.md → .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/`

36
.github/pull_request_template.md

@ -1,3 +1,35 @@
## Thank you for the PR!
<!--- Provide a general summary of your changes in the Title above -->
### 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]
<!--- Before submitting a pull request please check the following -->
<!--- If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR -->
<!--- Ask yourself if this modification is something the whole userbase will benefit from, if this is a specific change for corner case functionality/styling please look at making an addon instead. https://docs.theme-park.dev/themes/addons/sonarr/ -->
<!--- That if the PR is addressing an existing issue include, closes #<issue number> , in the body of the PR commit message -->
<!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message -->
------------------------------
- [ ] 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
------------------------------
<!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. -->
## Description:
<!--- Describe your changes in detail -->
<!--- Add before and after screenshots of your changes -->
## Benefits of this PR and context:
<!--- Please explain why we should accept this PR. If this fixes an outstanding bug, please reference the issue # -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
## Source / References:
<!--- Please include any forum posts/github links relevant to the PR -->
Loading…
Cancel
Save