https://github.com/reecem/ignition-git
Generates an issue on the Git SaaS you choose
https://github.com/reecem/ignition-git
custom error flare ignition-tab page tab
Last synced: 9 months ago
JSON representation
Generates an issue on the Git SaaS you choose
- Host: GitHub
- URL: https://github.com/reecem/ignition-git
- Owner: ReeceM
- License: mit
- Created: 2019-08-30T20:52:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T14:54:08.000Z (about 6 years ago)
- Last Synced: 2025-08-04T21:13:10.714Z (10 months ago)
- Topics: custom, error, flare, ignition-tab, page, tab
- Language: JavaScript
- Homepage:
- Size: 305 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/ReeceM/ignition-git)
[](https://travis-ci.com/ReeceM/ignition-git)
[](https://codecov.io/gh/ReeceM/ignition-git)
[](https://packagist.org/packages/reecem/ignition-git)
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

## Installation
You can install the package in to a Laravel app that uses [Ignition](https://flareapp.io) via composer:
```bash
composer require reecem/ignition-git
```
If you would like to edit the configs you can publish the service provider
```bash
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
- on GitHub [GitHub Personal Tokens](https://github.com/settings/tokens) (Only need to tick repo access !!)
- on Gitlab [Gitlab Personal Token](https://gitlab.com/profile/personal_access_tokens) (Only give repo access to write)
- ? others... PR pls
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
``` bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email ziggyelec@gmail.com instead of using the issue tracker.
## Credits
- [ReeceM](https://github.com/ReeceM)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.