CONTRIBUTING.md 1.0 KB

Contributing to makefilet

Submit a patch / proposal

Your contributions and hints are welcome!

Command line

This manual approach is probably sufficient for simple changes:

  1. checkout the source: git clone https://notabug.org/sumpfralle/makefilet.git
  2. prepare changes
  3. use git's tools (e.g. git format-patch or git request-pull) or a simple diff for preparing a changeset
  4. submit the changeset

Web-based merge/pull request

Use the gogs instance on notabug for a web-based approach of contribution:

  1. register on https://notabug.org
  2. fork the makefilet repository
  3. prepare changes and push them to your branch
  4. create a pull request

Publish a release

  1. update Changelog file
  2. run make release-patch (or release-minor or release-major)
  3. run git push --follow-tags
  4. copy the content of the new Changelog entry to the release description