1.0.2 • Published 10 months ago

tmkr v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

tmkr

tmkr is easy and fast to create github issue or pr.

npm license

Quick Start

Get tmkr up and running quickly!

  1. Run:
    npx tmkr
  2. Done!

tmkr templates

Issue Templates

Bug Report (bug.yml)

name: bug 
description: Report a bug
labels: [bug]
title: "[bug]:"
body:
  - type: textarea
    id: description
    attributes:
      description: Description what bug we need to fix
      label: Bug description
    validations:
      required: true

Feature Request (feature.yml)

name: feature
description: Do you have a new feature or specification?
title: "[feature] "
labels: ["feature"]
body:
  - type: textarea
    id: feat-description
    attributes:
      label: 📄 Description
      description: Please describe the new feature.
      placeholder: Provide detailed description!
    validations:
      required: true
  - type: textarea
    id: feat-tasks
    attributes:
      label: ✅ Tasks
      description: Please list the tasks that need to be done.
      placeholder: Break them down as much as possible!
    validations:
      required: true

Pull Request Template (pull_request_template.md)

# Overview

<!--
    A clear and concise description of what this PR is about.
 -->

## Screenshots (Optional)

<!--
    You can attach screenshots demonstrating the modified screens or features.
 -->

Contributing

We welcome contributions to tmkr! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, suggestions, or feedback, please contact love1ace.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago