mirror of
https://gitee.com/openharmony/third_party_rust_lazycell
synced 2024-11-23 15:40:34 +00:00
e441e6374a
Add a `CONTRIBUTING.md` file with instructions on contribution. Update `.clog.toml`. Add `CONTRIBUTORS.md`. Add information about `CONTRIBUTORS.md` and `CONTRIBUTING.md` to `README.md`. Fix copyright headers. Closes #19.
11 lines
226 B
TOML
11 lines
226 B
TOML
[clog]
|
|
repository = "https://github.com/indiv0/lazycell"
|
|
outfile = "CHANGELOG.md"
|
|
from-latest-tag = true
|
|
|
|
[sections]
|
|
Performance = ["perf"]
|
|
Improvements = ["impr", "im", "imp"]
|
|
Documentation = ["docs"]
|
|
Examples = ["examples"]
|