Skip to content

Commit a6cbb23

Browse files
authored
Clarify instructions for participation
1 parent 0237b06 commit a6cbb23

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ klog is a plain-text file format and a command line tool for time tracking.
1212

1313
📥 [Install](https://klog.jotaen.net#get-klog) – Get the latest version
1414

15-
📢 [Changelog](https://github.com/jotaen/klog/blob/main/CHANGELOG.md) – See what’s new
15+
📢 [Changelog](CHANGELOG.md) – See what’s new
16+
17+
💬 [Discussions](https://github.com/jotaen/klog/discussions) – Ask questions and share feedback
1618

1719
💡 [Specification](Specification.md) – Study the file format
1820

19-
## Contribute
21+
## Participate
2022

21-
If you have questions, feature ideas, or just want to bounce off some feedback,
23+
If you have questions, feedback, feature ideas, or want to report something that’s not working properly,
2224
feel invited to [start a discussion](https://github.com/jotaen/klog/discussions).
23-
In case you run into a bug, please [file an issue](https://github.com/jotaen/klog/issues).
24-
(When in doubt, just go for an issue.)
2525

26-
This repository contains the sources of the klog command line tool as well as
27-
the [specification document](Specification.md) of the klog file format.
28-
Note that both are technically independent of each other, which implies that
29-
they also have different version numbers.
26+
If you’d like to contribute code, please discuss your intended change beforehand. Please refrain from submitting unsolicited pull requests.
3027

3128
## About
3229

3330
klog was created by [Jan Heuermann](https://www.jotaen.net).
31+
3432
You are free to use it under the following terms:
3533

3634
- Command line tool: [MIT license](LICENSE.txt)
3735
- File specification: [public domain (CC0/OWFa)](Specification.md#License)
36+
37+
Note that the command line tool and the file format specification have independent version numbering schemes.

0 commit comments

Comments
 (0)