-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pablo Corbalan De Concepcion
committed
Apr 9, 2021
1 parent
1c2f946
commit 4d15d6f
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Contributing to the repository | ||
|
||
The very first thing you'll have to do is to **fork the repository**, and then **clone to your pc** your copy. | ||
|
||
Modify the things you consider, and **commit the changes to your fork**, finally **push the changes** and then **make a pull request** to this repository. | ||
|
||
In the following section you can check out more information about adding your own wallpaper: | ||
|
||
### Adding a wallpaper | ||
If you want to add a wallpaper, you'll need [git](git-scm), and an editor (for editing the wallpapers). You can use photoshop, gimp, krita etc. | ||
|
||
First, download the following [template](template.png), the template is another wallpaper, but the opacity of it has been reduced to 50%, and I have added some guides in the logo and in the borders. | ||
|
||
![Template](template.png) | ||
|
||
Open the template in a photo editor, and modify the colors of it. Keep the dimensions. If you need it you can put any of [the wallpapers](../wallpapers/) in another layer, so that you do not have to take care about the guide lines. | ||
|
||
Once you have modified the colors, save the file inside the `wallpapers/` subfolder. | ||
|
||
modify the file `other/wallpapers.md`, and **in alphabetical order**, add the name of your wallpaper as: | ||
|
||
```markdown | ||
--- | ||
### name-of-the-wallpaper | ||
![Name of the wallpaper](../wallpapers/name-of-the-wallpaper.png) | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.