2022-12-04 16:18:30 +03:00
|
|
|
# Contributor Quick Start
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2021-07-24 08:07:09 +03:00
|
|
|
<div class=pagetoc>
|
2022-07-12 08:48:57 +03:00
|
|
|
|
2021-05-07 05:00:18 +03:00
|
|
|
<!-- toc -->
|
2021-07-24 08:07:09 +03:00
|
|
|
</div>
|
2021-05-07 05:00:18 +03:00
|
|
|
|
2022-12-09 20:46:31 +03:00
|
|
|
New contributors are always welcome in the hledger project. Jump in!
|
|
|
|
Browse the ideas below, or say hello in the chat and we'll help find you a job.
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 20:40:34 +03:00
|
|
|
## First steps
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2023-05-31 21:49:09 +03:00
|
|
|
- Join the [#hledger chat](support.md), best place for quick help and feedback
|
|
|
|
- Skim the [FAQs](faq.md)
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
## Ideas for contributing as a ...
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
### Visitor
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
- Give feedback on the site and your impressions of the project
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
### New user
|
2019-01-20 02:27:44 +03:00
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
- Give feedback on your new user experience
|
|
|
|
|
|
|
|
### Developer
|
|
|
|
|
2023-12-24 03:02:03 +03:00
|
|
|
- See the [Developer workflows](DEVWORKFLOWS.md)
|
2023-05-31 21:49:09 +03:00
|
|
|
- and other [Developer docs](dev.md)
|
2022-12-09 19:21:04 +03:00
|
|
|
|
|
|
|
### Developer using the hledger libraries
|
|
|
|
|
|
|
|
- Give feedback on your experience using the hledger packages
|
|
|
|
- Suggest API improvements
|
|
|
|
|
|
|
|
### Packager
|
|
|
|
|
|
|
|
- Improve hledger's packaging on one or more platforms
|
|
|
|
|
|
|
|
### Communicator
|
|
|
|
|
|
|
|
Marketing and market understanding is vital.
|
|
|
|
|
|
|
|
- clarify project goals, value proposition, brand, mission, story
|
|
|
|
- monitor product-market fit
|
|
|
|
- identify new opportunities
|
|
|
|
- influence developer priorities
|
|
|
|
- spread the word!
|
2019-01-20 02:27:44 +03:00
|
|
|
|
|
|
|
### Funder
|
|
|
|
|
|
|
|
Become a financial backer to
|
|
|
|
sustain and grow this project,
|
|
|
|
increase your influence,
|
|
|
|
express gratitude,
|
|
|
|
build prosperity consciousness,
|
|
|
|
and help transform world finance!
|
|
|
|
|
2019-08-29 17:30:20 +03:00
|
|
|
- Use the donate links on the [home page](https://hledger.org)
|
2019-01-20 02:27:44 +03:00
|
|
|
- Configure a recurring donation
|
|
|
|
- Contribute or pledge bounties on issues you care about
|
|
|
|
- Ask your organization to contribute
|
|
|
|
- Work on project sustainability, accountability, fundraising
|
|
|
|
|
|
|
|
### Tester
|
|
|
|
|
|
|
|
- Test installation on platforms you have access to
|
|
|
|
- Test examples, advice, and links in the docs
|
|
|
|
- Run the latest release or developer build in daily use
|
2019-10-18 21:20:04 +03:00
|
|
|
- Run [tests](#run-package-tests)
|
|
|
|
- Run [benchmarks](#run-package-benchmarks)
|
2019-01-20 02:27:44 +03:00
|
|
|
- Report packaging, documentation, UX, functional, performance issues
|
|
|
|
- Report and help analyse problems via irc/mail list/bug tracker
|
|
|
|
|
|
|
|
When reporting bugs, don't forget to search the tracker for a similar bug report.
|
|
|
|
Otherwise, open a new bug by clicking "New issue", or <http://bugs.hledger.org/new>.
|
|
|
|
|
|
|
|
Enhancement requests are sometimes added to the tracker,but for these consider using
|
2023-05-31 21:49:09 +03:00
|
|
|
the IRC channel and mail list (see [Getting help](index.md#getting-help)).
|
2019-01-20 02:27:44 +03:00
|
|
|
Both are archived and linkable, so the idea won't be lost.
|
|
|
|
There is also a collection of wishes at the old [trello board](http://trello.hledger.org).
|
|
|
|
|
2022-12-09 19:21:04 +03:00
|
|
|
### Bug wrangler
|
|
|
|
|
|
|
|
### Tech support provider
|
|
|
|
|
2019-01-20 02:27:44 +03:00
|
|
|
### Technical Writer
|
|
|
|
|
|
|
|
- get familiar with the website and documentation online, review and test
|
|
|
|
- get familiar with the site/doc source files (see [Shake.hs](#shake))
|
|
|
|
- get the latest hledger source
|
|
|
|
- send patches with names prefixed with "doc: " (or "site: ")
|
|
|
|
|
|
|
|
### Graphics Designer
|
|
|
|
|
|
|
|
- more/better logos & graphics
|
|
|
|
- illustrations and diagrams
|
|
|
|
- web design mockups for home page, site, hledger-web UI
|
|
|
|
|
|
|
|
<!-- ### Product Designer -->
|
|
|
|
|
|
|
|
### Maintainer
|
|
|
|
|
|
|
|
#### Help with issue management
|
|
|
|
|
|
|
|
- watch tracker activity, report status
|
|
|
|
- apply/update labels where needed
|
|
|
|
- follow up on dormant issues
|
|
|
|
- facilitate a consistently good bug-reporting & PR-contributing experience
|
|
|
|
|
|
|
|
#### Help with packaging
|
|
|
|
|
|
|
|
- package hledger for linux distros, macports, etc.
|
|
|
|
- develop mac/windows installers
|
|
|
|
- find and assist distro packagers/installer developers
|
|
|
|
|
|
|
|
#### Help with project management
|
|
|
|
|
|
|
|
- clarify/update goals and principles
|
|
|
|
- monitor, report on project progress and performance
|
|
|
|
- research, compare and report on successful projects, related projects
|
|
|
|
- identify collaboration opportunities
|
|
|
|
- marketing, communication, outreach
|
|
|
|
- release management, roadmap planning
|