Skip to content

Commit

Permalink
Merge pull request #35 from Marukome0743/main
Browse files Browse the repository at this point in the history
🧰ci(template): change md file to yml file
  • Loading branch information
Marukome0743 authored Dec 27, 2023
2 parents ed0cad3 + 0f559f2 commit 6289439
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 62 deletions.
42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: 🐛 Bug Report
description: File a bug report
title: "🐛 [Bug]: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report🤗
If you need help or support, and are not reporting a bug, please join our
[Discord](https://discord.gg/tSHMqK8VDU) server, where you can ask questions in the [`#help`](https://discord.gg/bYA8kWPEg4) forum.
Make sure you are running the latest version.
The bug you are experiencing may already have been fixed.
Please try to include as much information as possible.
- type: input
id: version
attributes:
label: 🔍 Version
description: What version of our software are you running?
placeholder: ex. v0.1.0
- type: textarea
id: what-happened
attributes:
label: 👀 What happened?
description: A clear and concise description of what you need assistance with.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: 🎋 What is the expected behavior?
description: If possible, please provide text with a screenshot.
- type: dropdown
id: browsers
attributes:
label: 🌐 What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: additional-info
attributes:
label: 📝 Additional information
description: Is there anything else you think we should know?
- type: checkboxes
id: terms
attributes:
label: ⚖️ Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OpenUp-LabTakizawa/homepage/blob/main/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: 🚀 Feature Request
description: Suggest an idea, feature, or enhancement
title: "🚀 [Feature]: "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thank you for submitting an idea🤗
Please describe your suggestion in detail.
Please make sure this feature request hasn't been already
submitted by someone by looking through other [open issues](https://github.com/OpenUp-LabTakizawa/homepage/issues)👀
- type: dropdown
id: type
attributes:
multiple: false
label: 👇 Type of Feature
description: Select the type of feature request.
options:
- "✨ New Feature"
- "📝 Documentation"
- "🎨 Style and UI"
- "🔨 Code Refactor"
- "⚡ Performance Improvements"
- "✅ New Test"
validations:
required: true
- type: textarea
id: problem
attributes:
label: 😖 Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: 🤔 Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: 💬 What alternatives have you considered?
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: 📝 Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
id: terms
attributes:
label: ⚖️ Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OpenUp-LabTakizawa/homepage/blob/main/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 6289439

Please sign in to comment.