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.
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
debug
: boolean
-> whether in production or notbase_url
: string
-> url to your web directory, where index.php is locatedlocale
: string
-> default app language (en, fr currently)repositories
: array
-> list of repositories managed by the toolpending_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'),
);
Add an issue via Bookmarklet
Add an issue via Bookmarklet (bis)
View screenshot directly in Issue + extra infos!