1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-16 06:11:23 +00:00
nextcloud-breeze-dark/CONTRIBUTING.md

21 lines
No EOL
1.2 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.
## Feature 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 **_colours.scss**. Changes to icons should go in the **_icons.scss**. Changes to Nextcloud core should go in **_core.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 **style.scss**.
Please make your pull requests to the **develop** branch.