Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.8 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.8 KB

issue-templates

This repository keeps track of the issue templates I developed over time and throughout different projects and teams.

The Templates follow simple guidelines to improve the workflow of the developers

  • Simple, easy & comprehensible - not overloaded with massive amount of info
  • Have visual cues using emoji icons to make it easier to identify contents
  • Limited to 7 different templates covering most use cases for small teams

This Repo also includes a Pullrequest template and a workflow to lint Pullrequest titles.

Labels

Furthermore 7 different labels are defined, one for each Issue template. The use is optional, but if you intend to use them you have to create them manually in your repository. Those labels are:

  • bug
  • devops
  • epic
  • feature
  • question
  • refactor
  • release

Preview

The screen choosing the template looks like this:

choose

Below each Issue template is shown, when submitted empty

Bug Report

bug_report See: #9

DevOps Ticket

devops_ticket See: #10

Epic

epic See: #3

Feature Request

feature_request See: #11

Question

question See: #5

Refactor Ticket

refactor_ticket See: #12

Release

release See: #7

Pullrequest

pullrequest See: #8