Skip to content

A custom preset repository template for Gradience project

License

Notifications You must be signed in to change notification settings

GradienceTeam/Community-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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), add your preset to presets/ directory, and update 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).

{
    ...
    "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).

Instructions for custom repository creators

Check out Template.md for instructions on how to set up your custom repository on Github.

License

GPLv3 logo This repository is licensed under the terms of the GNU GPLv3 license. You can find a copy of the license in the LICENSE file.