trag1c / qexat-skill

(fork) A place to create skill issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skill

A place to create skill issues. Literally.

How to use

This tutorial assumes that you have poetry installed.

make setup

Create an issue

poetry run create-issue

This will prompt to enter the issue title and body, then a multi-selection picker will appear to choose the labels. Afterwards, you will have to enter your GitHub credentials in order to publish the issue.

You can also pass the title and the body in the command:

poetry run create-issue --title Title --body "Body of my issue"

Shortcuts

GitHub credentials

If you don't want to manually type your GitHub credentials every time, you can run:

make dotenv

Then, replace the placeholders in .env by your username and your personal access token.

Contribute

I'm fully open to contributions! Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md before opening a pull request.

Roadmap

The roadmap of the project can be found here.

About

(fork) A place to create skill issues

License:MIT License


Languages

Language:Python 95.3%Language:Makefile 2.7%Language:Shell 2.1%