aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: e62ab5bdb485a27368ddcabe86f4e19cd995c470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Project

Issues and Pull Requests via GitHub:

* https://github.com/lpereira/hardinfo

If this is your first contribution, feel free to add your name to
AUTHORS.md as a commit included in your pull request.

## Pull requests

Pull requests should contain related commits. Each commit should have a
descriptive title, and clearly describe the changes in the commit message.
Please make small commits that are easier to review.

## Coding

Ancient code used a mixture of tab and space for indentation, but newer
prefers four (4) spaces for each level of indentation.

# Translators

If possible, run `bash updatepo.sh` in the po/ directory before begining.
This will regenerate hardinfo.pot and update all the .po files.
Nothing is lost if this isn't done, but it prevents wasting time translating
strings that have changed, or are no longer used.

DO NOT use `make pot`!