Skip to content

Commit

Permalink
Merge pull request #6 from kirubeltadesse/develop
Browse files Browse the repository at this point in the history
feat(cicd): change new-feature template to yml
  • Loading branch information
kirubeltadesse authored Sep 29, 2023
2 parents f2e1110 + 2d77902 commit 2c2e2d9
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 60 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
47 changes: 47 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
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?

Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Could you provide instructions so we can reproduce them? Please also list any relevant details for your test configuration.

- [ ] Test A
- [ ] Test B

**Test Configuration**:

- Firmware version:
- Hardware:
- Toolchain:
- SDK:

## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
37 changes: 0 additions & 37 deletions .github/pull_request_template.yml

This file was deleted.

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 2c2e2d9

Please sign in to comment.