Skip to main content

Create GitHub issues based on local templates.

Project description

Create GitHub issues based on local templates.

This is useful for pushing, for example, a set of checklists with per-item issues grouped by milestone. The template directory structure is:

.
|-- milestone-1
|   |-- README.md
|   |-- issue-1.1.md
|   |-- issue-1.2.md
|   ...
|-- milestone-2
|   |-- README.md
|   |-- issue-2.1.md
|   |-- issue-2.2.md
|   ...
...

Both the README.md and per-issue files have a summary line (which may optionally include Atx-style headers) followed by a blank line and an optional body. Milestone bodies are plain text, while issue bodies are GitHub flavored Markdown, For example, if you want each of your product to have a joel milestone tracking the Joel Test, you might have a joel/README.md with:

# joel

Keep track of how well the project handles the Joel Test [1].

[1]: http://www.joelonsoftware.com/articles/fog0000000043.html

And per-feature issue milestones like joel/source-control.md:

# Do you use source control?

I've used commercial source control packages, and I've used CVS,
which is free, and let me tell you, CVS is fine...

Of course, you probably can’t copy Joel’s text wholesale into your issue files, so you’d want to make your own summaries. Then run:

# github-push-issues.py [options] /path/to/your/template/directory

Or:

# github-push-issues.py [options] https://example.com/url/for/template.zip

The latter is useful if you have your template directory structure hosted online in a version control system that supports tar or zip archive snaphots.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github-push-issues-0.3.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file github-push-issues-0.3.tar.gz.

File metadata

File hashes

Hashes for github-push-issues-0.3.tar.gz
Algorithm Hash digest
SHA256 3dd5c655d7e0d417445ca69db7046f7371bc118e3aa916d56c83a18a7e4ef850
MD5 4fe767c641cbd340f0f35908a3661eb6
BLAKE2b-256 61b4ab7fa66db0fc8a9bef6ae022cfc48e6f384c0fefdcce18919615b6bec13e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page