Skip to content

Commit

Permalink
change new-feature template to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirubeltadesse committed Sep 29, 2023
1 parent edd9542 commit 404542d
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Bug
description: File a bug report
title: "[BUG] <title>"
labels: ["bug", "cicd", "ui", "core"]
projects: ["Swarmies/Shoes Project"]
labels: ["bug", "documentation", "core", "enhancement"]
projects: ["Shoes Project"]
assignees:
- kirubeltadesse
- roberamelaek
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature request
description: Suggest an idea for this project
title: "name of new feature"
labels: ["new-feature"]

body:
- type: textarea
id: description
attributes:
label: description
description: your feature request related to a problem? Please describe.**
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: solution
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Additional context?
description: |
Links? References? Anything that will give us more context about the feature you are requesting!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: New Feature
description: A new feature that needs to be developed
title: "[UI/CORE] <title>"
labels: ["bug", "cicd", "ui", "core"]
projects: ["Swarmies/Shoes Project"]
projects: ["Shoes Project"]
assignees:
- kirubeltadesse
- roberamelaek
Expand Down
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: "feat(core): <description>"
about: "Use this template for setting up your PR description"
title: "Add support for the new feature"
labels: bug, enhancement, customer-request
assignees: self
---

# Description

Please include a summary of the change and which issue is fixed. Please also have relevant motivation and context. Could you list any dependencies that are required for this change?
Expand Down
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repository:
has_downloads: true

# Updates the default branch for this repository.
default_branch: develop
default_branch: main

# Either `true` to allow squash-merging pull requests, or `false` to prevent
# squash-merging.
Expand Down

0 comments on commit 404542d

Please sign in to comment.