Wisembly / BalloonGithubIssues

Makes your Issues easier and better than ever: add Github Issues in two clicks though a handy bookmarklet, attach screenshot and more!
41 stars 6 forks source link

Purpose of this project

This tool aims to give a simple access to all non-technical protagonists of a projet to Github issues and add some extra features like screenshots upload.

Based on Silex micro-framework and Twitter Bootstrap.

Install

Clone the project: git clone https://github.com/Wisembly/BalloonGithubIssues.git

Retrieve submodules (Twitter Boostrap) content: git submodule update --init

Run composer: composer install (more info on getcomposer.org)

Create your local config file and edit it: cp app/config/config.php.dist app/config/config.php vi app/config/config.php

Chmod your upload dir chmod 777 web/upload

Config

Pending repo

pending_repo : use a temporary repository for lambda users if you do not want to give access to your final repository to them. Define in which repo pending issues are stored and transfer them to final repo after approval

false if do not want to use this feature

'pending_repo' => array(
    'user' => 'userforpendingrepo',
    'repo' => 'repoforpendingrepo',
    'allowed_users' => array('thisusercanapprovependingissue', 'thisonetoo', 'andalsothatone'),
);

Changelog

Requirements

TODO

Screenshots

add issue bookmarklet

Add an issue via Bookmarklet

add issue bookmarklet 2

Add an issue via Bookmarklet (bis)

Github Issue with screen

View screenshot directly in Issue + extra infos!