Skip to content

Commit

Permalink
Fix PR auto-review assignments and GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Nov 22, 2021
1 parent 47f1a60 commit 1424683
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
18 changes: 13 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Bug report
description: Use this template for reporting bugs. Please search existing issues first.
title: '[Bug]: '
title: ''
labels: bug
body:
- type: textarea
attributes:
label: Brief summary
validations:
required: true
- type: markdown
attributes:
value: '## Environment'
Expand All @@ -19,19 +24,22 @@ body:
required: true
- type: input
attributes:
label: Docker version and image
label: Docker version and image (if applicable)
- type: markdown
attributes:
value: '## Detailed issue description'
- type: textarea
attributes:
label: Expected Behaviour
label: Steps to reproduce the problem
validations:
required: true
- type: textarea
attributes:
label: Actual Behaviour
label: Expected behaviour
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce the Problem
label: Actual behaviour
validations:
required: true
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feat_req.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Use this template for suggesting new features.
title: '[Feature Request]: '
title: ''
labels: feature
body:
- type: textarea
Expand All @@ -13,3 +13,7 @@ body:
attributes:
label: Suggested Solution (optional)
description: If you have a solution in mind, please describe it.
- type: textarea
attributes:
label: Already existing or connected issues / PRs (optional)
description: If you have found some issues or pull requests that are related to your new issue, please link them here.
4 changes: 1 addition & 3 deletions .github/pr-auto-assign-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ reviewGroups:
old:
- na--
- MStoykov
- imiric
new: # TODO: remove a few months from now
new: # TODO: combine a few months from now
- codebien
- yorugac
- inancgumus
- oleiade
skipKeywords:
- wip

0 comments on commit 1424683

Please sign in to comment.