Skip to content

Commit

Permalink
added a contributing guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Corbalan De Concepcion committed Apr 9, 2021
1 parent 1c2f946 commit 4d15d6f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

This repsitory contains a **collection of minimal Arch wallpapers**, all the themes are made by two colors and look like the above template.

#### If you want to contribute to the repository, check [this file](other/contributing.md)

The themes have been created following the pallete of some famous color schemes, they have been created using two colors:

- The most important color: for the background of the wallpaper.
Expand Down
26 changes: 26 additions & 0 deletions other/contributing.md
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)
```
Binary file added other/template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d15d6f

Please sign in to comment.