You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2.6 KiB

Contributing to ACMEd

Project home

This project has been moved from GitHub to Codeberg. GitHub has been kept as a mirror where changes are forced-push. Since this will erase every change made on GitHub, you should therefore exclusively contribute on Codeberg.

An indirect way to help this project is therefore to help Codeberg.

Testing and bug report

The first way to help is to actually use the software and report any bug you encounter. Do not hesitate to test the limits. When reporting a bug, please follow the generic bug reporting recommendations.

Improving the language

Since the author is not a native English speaker, some of the texts used in this project should be fixed. This is especially true on the man pages as well as the wiki.

Package it for your favorite system

A great way to contribute to the project is to package it. You can check the packages status on Repology.

Improving the code

As a one-man project, it has several goals already set but not explicitly written in an issue or any other follow-up file. It will not be the case before version 1.0 is released since everything may change at any moment. Therefore, it is recommended to request change instead of implementing them, this way we can discuss how things should be made. That said, there might be a few good first issues you might want to look into.

If you want to submit a pull request, please:

  • document your changes in the man pages and the CHANGELOG.md file
  • write as much tests as you can
  • run cargo test and be sure every test pass
  • format your code using rustfmt
  • be sure not to have any warning when compiling
  • run clippy and fix any issue
  • refrain from including a new dependency
  • beware of potential repercussions on the default hooks: those should remain usable

Notice: man pages are written using the mdoc syntax, documentation is available in man 7 mdoc.