mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
23 lines
851 B
Markdown
23 lines
851 B
Markdown
<!--
|
|
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.
|
|
To minimise waste, and get your hledger PRs accepted quickly,
|
|
please check the guidelines in the developer docs:
|
|
|
|
https://hledger.org/PULLREQUESTS.html
|
|
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
|
|
|
|
-->
|