/Infhub

Primary LanguageSmalltalkMIT LicenseMIT

license-badge PRs Welcome Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub Workflow Status Coverage Status

Table of Contents

Description

Work in progress

Usage

Work in progress

Installation

Metacello new   
   baseline: 'ICal';     
   repository: 'github://Ducasse/Infhub/src';      
   load.

Baseline String

If you want to add the InfHub to your Metacello Baselines or Configurations, copy and paste the following expression:

        " ... "
        spec
                baseline: 'ICal' 
                with: [ spec repository: 'github://Ducasse/Infhub/src' ];
        " ... "

Contribute

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.

If you have any suggestions for how this package could be improved, please get in touch or suggest an improvement using the GitHub issues page.

If you'd like to make some changes yourself, see the following:

  • Fork this repository to your own GitHub account and then clone it to your local device
  • Do some modifications
  • Test.
  • Add to add yourself as author below.
  • Finally, submit a pull request with your changes!
  • This project follows the all-contributors specification. Contributions of any kind are welcome!

Version management

This project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form vX.Y.Z.