Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from felixhoffmnn/project-config
Browse files Browse the repository at this point in the history
Update Project Config
  • Loading branch information
felixhoffmnn authored Jan 20, 2023
2 parents 2d3704f + 7b34ea8 commit f1e886a
Show file tree
Hide file tree
Showing 27 changed files with 3,869 additions and 1,716 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @felixhoffmnn @l7f19
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
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"]

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/dhbw.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🎓 DHBW
title: "🎓[dhbw] <Title>"
title: "🎓 [dhbw] <Title>"
description: Duale Hochschule Baden-Württemberg
labels: ["dhbw"]

Expand Down
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/question.yaml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ please include "BREAKING CHANGE:" at the beginning of your commit body.
At a minimum, this section should include a reference to the regarding GitHub Issue or discourse thread that this PR addresses.
-->

## Test Plan

<!---
Describe the situations in which you've tested your change, and/or a screenshot as appropriate. Alternatively, you can describe what testing should be added. In the last case please create an issue to add the test.
Reviewers may ask questions about this test plan to ensure adequate manual coverage of changes.
-->

## Commentary (optional)

<!---
Expand All @@ -24,6 +17,4 @@ You may intentionally leave this section blank and remove the title.
## Checklist

- [ ] Connected regarding _GitHub issues_ and _discussions_
- [ ] Added _docstrings_ for all new functions
- [ ] Checked _CI_ pipeline for any failures
- [ ] Run _pytests_ locally to check for any failures
- [ ] Ran `pre-commit` hooks
16 changes: 0 additions & 16 deletions .github/stale.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/codeql-analysis.yaml

This file was deleted.

Loading

0 comments on commit f1e886a

Please sign in to comment.