Skip to content

Commit

Permalink
Merge pull request #3 from kirubeltadesse/develop
Browse files Browse the repository at this point in the history
change new-stroy to yml
  • Loading branch information
kirubeltadesse authored Sep 29, 2023
2 parents 7bfe647 + dab02d2 commit edd9542
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 45 deletions.
47 changes: 25 additions & 22 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Bug
description: File a bug report
title: "[BUG] <title>"
labels: ["bug", "cicd", "ui", "core"]
projects: ["Swarmies/Shoes Project"]
assignees:
- kirubeltadesse
- roberamelaek
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Before opening a bug report, please search for the behaviour in the existing issues.
---
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for this bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: input
id: os
attributes:
Expand All @@ -18,39 +23,37 @@ body:
validations:
required: true
- type: input
id: laravel
attributes:
label: Laravel Version
description: "Please provide the full Laravel version of your project."
placeholder: "v8.6.1"
validations:
required: true
- type: input
id: php
id: python
attributes:
label: PHP Version
description: "Please provide the full PHP version that is powering Tinkerwell."
placeholder: "PHP 8.0.7, built: Jun 4 2021 01:50:04"
label: python Version
description: "Please provide the full Python version of your project."
placeholder: "v3.10.5"
validations:
required: true
- type: dropdown
id: location
attributes:
label: Project Location
description: Where is the project located?
description: How are you running the project?
options:
- Local
- Remote
- Inside Docker Container
- Somewhere else (please specify in the description!)
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug description
description: What happened?
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
id: steps
attributes:
Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/new-story.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/new_story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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"]
assignees:
- kirubeltadesse
- roberamelaek

body:
- type: textarea
id: description
attributes:
label: Description
description: Add information about the story
placeholder: Tell us about the general goal
validations:
required: true
- type: textarea
id: criteria
attributes:
label: Acceptable criteria
description: list of requirements for this story
placeholder: |
1. Environment setup ...
1. With this config ...
1. Develop this ..
1. Run ...
1. Test ...
validations:
required: true
- type: textarea
id: related-story
attributes:
label: Related strory
description: Does this relate to any previous work?
placeholder: "FIX #<id>"
validations:
required: false

0 comments on commit edd9542

Please sign in to comment.