-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Marukome0743/main
🧰ci(template): change md file to yml file
- Loading branch information
Showing
4 changed files
with
120 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |