mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
27 lines
No EOL
1.5 KiB
Markdown
27 lines
No EOL
1.5 KiB
Markdown
# Contributing
|
|
|
|
## Question and help
|
|
|
|
If you have any question or need help with setting up the theme, please open a new issue.
|
|
|
|
## Bug Reporting
|
|
|
|
If you would like to report a bug please open a new issue. If you would like to fix the bug yourself please specify it in the issue.
|
|
|
|
When reporting a bug please provide the following information:
|
|
|
|
* Version of Nextcloud
|
|
* Version of this theme (Can be found at the top of server.scss or the README)
|
|
* Which browser you are using and the version of said browser
|
|
|
|
## Feature/styling Requests
|
|
|
|
If you would like something added to the theme please open up a new issue. If you would like styling add for a specific app, you can either open a new issue, or leave a comment on this [issue](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/2). If you would like to add the styling yourself please open up a new issue.
|
|
|
|
## Pull Requests
|
|
|
|
Before making a pull request please open a new issue with what you want to change and why.
|
|
|
|
You can find the colours used for the theme and their variable names in **core/_colours.scss**. Changes to icons should go in the **core/_icons.scss**. Changes to Nextcloud core should go in **core/_server.scss**. Styling for apps can be found in the **apps** folder with a specific file for each app. For new apps please place the styling in a new file called **_APPNAME.scss** in the **apps** directory and import it at the bottom of **server.scss**.
|
|
|
|
Please make your pull requests to the **develop** branch. |