CaseReporter

Description

A tool allowing to report issues found in Pharo projects directly from the image. The goal is to provide a generic tool able to interface with Manuscript, Github, and potentially any other bugtracker.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Aug. 12, 2018
Updated
May 15, 2020

Categories

Packaging / VCS

README excerpt

# Case Reporter
A tool allowing to report issues found in Pharo projects directly from the image.
The goal is to provide a generic tool able to interface with Manuscript, Github, and potentially any other bugtracker.

# Install
```
Metacello new
    repository: 'github://JulienDelplanque/CaseReporter/src';
    baseline: 'CaseReporter';
    load
```

# Thanks
- A simple kernel of client to Manuscript was imported from [smalltalkhub](http://www.smalltalkhub.com/#!/~TorstenBergmann/FogBugz) and got a lot of enhancements in order to allow to report issues on this bugtracker.
← Back to results