Bugmark-Simulator / bugmark_simulation

A simulator for Bugmark to run experiments
Mozilla Public License 2.0
2 stars 1 forks source link

Issue generation script #18

Closed GeorgLink closed 6 years ago

GeorgLink commented 6 years ago

The issue generation script requires 2 parts:

  1. A settings file
  2. A script to generate issues

The issue script will be run as a cron job, as part of the simulation, or can be called manually.

The settings file may be a YAML file that contains information about:

To begin, we can have the following skills:

vinodkahuja commented 6 years ago

Done