Skip to content

Latest commit

History

History
47 lines (31 loc) 路 1.91 KB

dev.md

File metadata and controls

47 lines (31 loc) 路 1.91 KB
title
Development

{{ page.title }}

Step in - here may be more than just consuming

What's going on?

If you are interested in contributing, please have a look at our Newbie Tutorial.

Any development on features is done in "devel/" feature branches in the NeoMutt repository. Once development is complete, the work will be merged into the main branch.

Finally, some automatic checking is done on commits and pull requests for NeoMutt. It benefits from two free services (free for Open Source). They are triggered on every commit to GitHub.

  • GitHub Actions automatically build projects on every commit (Continuous Integration).
  • Coverity performs static analysis on the code looking for potential problems.

code status coverity status coverage status

StarCharts

Development docs

Title Description
{% for f in site.dev %}{% assign parts = f.url split: '/' %}{% if parts.size != 3 %}{% continue %}{% endif %}{{f.title}}
{% endfor %}

Blue sky

NeoMutt also has a couple of speculative ideas:

Note: These are just toys (for now).