2021-10-08 21:33:29 +03:00
|
|
|
<!--
|
|
|
|
Thanks for your pull request! We appreciate it.
|
|
|
|
If you're a new developer, FOSS contributor, or hledger contributor, welcome.
|
|
|
|
|
|
|
|
Much of our best design work and knowledge sharing happens during code review,
|
|
|
|
so be prepared for more work ahead, especially if your PR is large.
|
2023-02-02 02:17:21 +03:00
|
|
|
To minimise waste, and get your hledger PRs accepted quickly,
|
|
|
|
please check the guidelines in the developer docs:
|
2021-10-08 21:33:29 +03:00
|
|
|
|
|
|
|
https://hledger.org/PULLREQUESTS.html
|
2023-02-02 02:17:21 +03:00
|
|
|
https://hledger.org/COMMITS.html
|
|
|
|
|
|
|
|
You don't need to master our commit conventions, but do add at least one prefix and colon
|
|
|
|
to the commit message summary. The most common prefixes are:
|
|
|
|
|
|
|
|
- feat: for user-visible features
|
|
|
|
- fix: for user-visible fixes
|
|
|
|
- imp: for user-visible improvements
|
|
|
|
- ;doc: for documentation improvements (; at the start enables quicker/cheaper CI tests)
|
|
|
|
- dev: for internal improvements
|
|
|
|
|
2021-10-08 21:33:29 +03:00
|
|
|
-->
|