title |
---|
Development |
Step in - here may be more than just consuming
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.
Title | Description |
---|---|
{% for f in site.dev %}{% assign parts = f.url | split: '/' %}{% if parts.size != 3 %}{% continue %}{% endif %}{{f.title}} |
{% endfor %} |
NeoMutt also has a couple of speculative ideas:
- Redesigning Mutt's architecture
- Redesigning Mutt's gui
Note: These are just toys (for now).