Skip to content

Commit

Permalink
Merge branch 'main' into webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek128b authored Oct 16, 2024
2 parents ec5b8ef + 0471483 commit 98a3c5f
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/new_feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: New Feature
description: Have a new feature. post it here.
title: "New Feature"
labels: ["type:feature"]
projects: ["Marek128b/9"]
assignees:
- assign_yourself
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this new Feature!
- type: textarea
id: want-to-implement
attributes:
label: What do you want to implement?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you want to implement!
value: "I want to implement ..."
validations:
required: true
- type: textarea
id: why-to-implement
attributes:
label: Why do you want to implement this?
description: Also tell us, how this makes the project better.
placeholder: Tell us why you want to implement this!
value: "I want to implement this feature because ..."
validations:
required: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/webpage/DocPage/public
/webpage/DocPage/public

0 comments on commit 98a3c5f

Please sign in to comment.