https://github.com/gradienceteam/community-template
A custom preset repository template for Gradience project
https://github.com/gradienceteam/community-template
gradience gradience-preset gradience-repo libadwaita presets
Last synced: 7 months ago
JSON representation
A custom preset repository template for Gradience project
- Host: GitHub
- URL: https://github.com/gradienceteam/community-template
- Owner: GradienceTeam
- License: gpl-3.0
- Created: 2022-09-28T13:32:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T21:36:09.000Z (over 2 years ago)
- Last Synced: 2024-04-18T10:16:55.828Z (about 1 year ago)
- Topics: gradience, gradience-preset, gradience-repo, libadwaita, presets
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Presets Repository
Welcome to `YOUR REPO NAME` presets repository!## How to add this repository to Gradience
In Gradience, open Presets Manager, and navigate to Repositories tab, click `+` button, and add requested information inside 'Add an custom repository' dialog.## How can I add my preset to this repo?
Fork and clone this repository ([instructions](https://docs.github.com/en/get-started/quickstart/fork-a-repo)), add your preset to `presets/` directory, and update [`presets.json`](presets.json) file as shown below:> **Note**
> Remember to write `name` value inside preset file in PascalCase with spaces, and filename in slug-case (known also as kebab-case) ([examples of this naming conventions](https://en.wikipedia.org/wiki/Naming_convention_(programming)#Examples_of_multiple-word_identifier_formats)).```
{
...
"My Awesome Preset": "https://github.com/User/ThisRepo/raw/main/presets/my-awesome-preset.json",
...
}
```
Create a PR to this repository to get your preset merged ([instructions](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)).## Instructions for custom repository creators
Check out [Template.md](Template.md) for instructions on how to set up your custom repository on Github.## License
![]()
This repository is licensed under the terms of the GNU GPLv3 license. You can find a copy of the license in the LICENSE file.