Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge branch '8.x-1.x' of https:/ymcatwincities/openy int…
Browse files Browse the repository at this point in the history
…o OYPD-193
  • Loading branch information
david-hernandez committed Feb 6, 2017
2 parents aef1c2f + 8d1edaf commit 6853171
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Make sure these boxes are checked before asking for review of your pull request - thank you!

- [ ] All coding styles are fulfilled and there are no any issues reported by CodeSniffer CI.
- [ ] All tests are running and there are no failed tests reported by CI.
- [ ] [Documentation](https:/ymcatwincities/openy/tree/8.x-1.x/docs) has been updated according to PR changes.
- [ ] [Steps for review](https:/ymcatwincities/openy/pull/94#issue-204580200) have been provided according to PR changes.
- [ ] If you would like to get credits on drupal.org, [check documentation](https:/ymcatwincities/openy/blob/8.x-1.x/docs/Development/Contributing.md#drupalorg-credits).

Thank you for your contribution!
7 changes: 7 additions & 0 deletions docs/Development/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ If you have some time to make a contribution to the project, here are the steps
- Create new Pull Request. [How to create Pull Request](https://help.github.com/articles/creating-a-pull-request/).
- Write steps for review. In this way maintainers can go through steps on build to verify your fix/feature.
- Wait for a CI build and ask maintainers for review.

# Drupal.org credits
If you would like to get drupal.org credits for your contribution:
- Create issue on [drupal.org](https://www.drupal.org/project/issues/openy?categories=All)
- Link drupal.org issue to GitHub Pull Request
- Specify in GitHub Pull Request link to drupal.org issue
- Once PR has been merged, reviewer will close drupal.org issue with appropriate credits.
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
langcode: en
status: true
id: openy-theme-overview
label: 'Theme Overview'
theme: openy_rose
routes:
- route_name: system.theme_settings_theme
route_params:
theme: openy_rose
tips:
theme-overview:
id: theme-overview
plugin: text
label: 'Overview'
body: 'This page allows administrators to customize the site appearance and select necessary color set or set custom color schema.'
weight: 1
theme-color-schema:
id: theme-color-schema
plugin: text
label: 'Color schema'
body: 'Here is where you specify branded color schema for website.'
weight: 2
location: top
attributes:
data-id: 'color_scheme_form'
theme-preview:
id: theme-preview
plugin: text
label: 'Preview'
body: 'Here is where you can see preview of your new color schema.'
weight: 3
location: top
attributes:
data-class: 'color-preview'
theme-logo:
id: theme-logo
plugin: text
label: 'Logo'
body: 'Here is where you can upload custom logo for the site.'
weight: 4
location: top
attributes:
data-id: 'edit-logo'
theme-favicon:
id: theme-favicon
plugin: text
label: 'Favicon'
body: 'Here is where you can upload favicon for the site.'
weight: 5
location: top
attributes:
data-id: 'edit-favicon'
theme-save-settings:
id: theme-save-settings
plugin: text
label: 'Save settings'
body: 'To commit any changes made on this page press the save button.'
weight: 6
location: top
attributes:
data-class: 'form-submit'
theme-open-tour:
id: open-tour
plugin: text
label: 'Open tour'
body: 'If you would like to open tour on page where it`s available, you can use "Tour" button at the top-right corner.'
weight: 7

0 comments on commit 6853171

Please sign in to comment.