Skip to content

Commit

Permalink
;doc: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 17, 2024
1 parent 09e158d commit 85c345d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions doc/PULLREQUESTS.md
Expand Up @@ -14,15 +14,16 @@ Here are some tips for contributing PRs to hledger.
We aim to improve and sustain hledger's quality and maintainability over the long term.

Many PRs, especially small ones, and even some big ones, can be merged quickly.
We love merging good PRs quickly.
We love merging PRs quickly.

Some bigger or more risky PRs can require substantial review, discussion, changes, or re-submission.
Sometimes this is a bigger task than the coding.
Much valuable design, quality control, and knowledge sharing happens at this time.
Some PRs get rejected, but their discussion and exploration can still be a useful contribution.

Some PRs ultimately get rejected, but their discussion and exploration can still be a useful contribution.
We very much want to avoid wasted work, but it occasionally happens.
Our process is evolving and imperfect.
All of this is normal.
All of this is a normal part of software development.

We hope you'll see it as a golden opportunity to collaborate with experts,
share and receive knowledge, refine your design/documentation/code,
Expand Down
4 changes: 2 additions & 2 deletions hledger/hledger.m4.md
Expand Up @@ -2401,7 +2401,7 @@ these must be separated by **two or more spaces**.
This helps hledger know where the period expression ends, so that descriptions
can not accidentally alter their meaning, as in this example:

```
```journal
; 2 or more spaces needed here, so the period is not understood as "every 2 months in 2023"
; ||
; vv
Expand Down Expand Up @@ -2595,7 +2595,7 @@ will cause the calculated amount to have that cost attached:
2019/1/1
(a) = $1 @ €2
```
```
```cli
$ hledger print --explicit
2019-01-01
(a) $1 @ €2 = $1 @ €2
Expand Down

0 comments on commit 85c345d

Please sign in to comment.