* Basic Info ** Release Schedule Prior to 1.0.0, there will be a weekly release each Friday. After 1.0.0, a new release schedule will be decided upon. Each release is developed in a branch called rc-., referring to the major and minor versions in semver. When a release candidate is "accepted", it will be merged into main and the commit will be tagged with the version. ** Suggesting Features & Reporting Bugs To keep up with developments and discuss this tool, join the mailing list by visiting https://lists.sr.ht/~cbeo/oneliners.wiki and hitting "subscribe". As a convenience to the maintainer(s), please categorize your message by starting the subject line with one of the following: - [FEATURE CLI] For feature requests - [ISSUE CLI] For issue / bug reports - [PATCH vN] For patches (use git send-email) - [GENERAL CLI] For anything else ADDITIONALLY, you may post general issues and bugreports here: https://todo.sr.ht/~cbeo/oneliners.wiki ** Making code contributions If you want to work on a feature, please make a new branch based on the relevant release candidate branch and develop your features there. If the maintainer (me, Colin) has access to your git repo, use the mailing list to request that your branch be merged into the relevant release candidate branch. If requesting a merge is infeasible because your git repository is private or local to your machine, you may submit a patch against the relevant release candidate branch via the mailing list.