reecem/ignition-git

Open a Github, Gitlab Issue from Error page

Fund package maintenance!
Ko Fi
paypal.me/iexistin3d

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Language:JavaScript

v0.1.1 2019-09-01 19:41 UTC

This package is auto-updated.

Last update: 2024-04-26 23:27:53 UTC


README

Latest Version on Packagist Build Status codecov Total Downloads

This package adds the ability to open a new issue from your ignition tab and edit the data that would be set for the issue

Screenshot of ignition git tab

Installation

You can install the package in to a Laravel app that uses Ignition via composer:

composer require reecem/ignition-git

If you would like to edit the configs you can publish the service provider

php artisan vendor:publish --tag=ignition-git

You can then see the base template for the issue, you can edit it, the thins between : : are the strings replace. (More complex thing coming)

Usage

  1. Generate a new OAuth Token for your account

  2. Add the token to you environment with IGNITION_GIT_TOKEN="token_me_here"

  3. Make an error somewhere

Click on the "Open Issue" tab on your Ignition screen to see the tool provided by this package.

Once there edit the data and click submit :)

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ziggyelec@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.