Browse Source

Update PR template

pull/366/head
GilbN 3 years ago
parent
commit
12866a0575
  1. 8
      .github/CONTRIBUTING.md
  2. 5
      .github/pull_request_template.md

8
.github/CONTRIBUTING.md

@ -3,6 +3,10 @@
- If you want to discuss changes, you can also bring it up in our Discord server
- PR's are done against the develop branch.
## Bug fixes
- When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.
## New theme option
- The current variables in use can be found in any of the CSS files in `/css/theme-options/` and `/css/community-theme-options/`
@ -24,7 +28,3 @@ Remember to also to change the variables in the the `Specials` section even if y
- When creating a new theme for an application please test multiple theme options to make sure it looks good on all options not just your favorite.
- The PR must contain a screenshot of all the different theme options. Optionally you can also include screenshots with the community theme options.
## Bug fixes
- When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.

5
.github/pull_request_template.md

@ -15,10 +15,15 @@
- [ ] 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
- PR's are done against the develop branch.
------------------------------
<!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. -->
## Bug fixes
- When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.
## Description:
<!--- Describe your changes in detail -->
<!--- Add before and after screenshots of your changes -->

Loading…
Cancel
Save