This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #25 from felixhoffmnn/project-config
Update Project Config
- Loading branch information
Showing
27 changed files
with
3,869 additions
and
1,716 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @felixhoffmnn @l7f19 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: 🐛 Bug Report | ||
title: "🐛[bug] <Title>" | ||
title: "🐛 [bug] <Title>" | ||
description: Report a bug | ||
labels: ["bug"] | ||
|
||
|
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
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 |
---|---|---|
@@ -1,39 +1,39 @@ | ||
name: 💡 Feature Request | ||
title: "💡[feat] <Title>" | ||
title: "💡 [feat] <Title>" | ||
description: Request a new feature | ||
labels: ["feature"] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the problem | ||
description: | | ||
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when [...] | ||
label: Description | ||
description: A simple description for what is currently missing or needs to be improved. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
id: in-scope | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
label: 🟢 In Scope | ||
description: Please list all tasks required or related to your requested feature. | ||
placeholder: "- [] Lorem Ipsum" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternative | ||
id: not-in-scope | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
label: 🔴 Not in Scope | ||
description: What tasks are to large or not related to your requested feature. | ||
placeholder: "- _None_" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional_context | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
label: Additional Context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.