From f443ee3d52a5ee752deb2fc60ce4e57a11785dbb Mon Sep 17 00:00:00 2001 From: Marek128b <58476072+Marek128b@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:54:11 +0200 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. From abc4b38668503d32dc854a4db544152a09edff41 Mon Sep 17 00:00:00 2001 From: Marek128b <58476072+Marek128b@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:19:40 +0000 Subject: [PATCH 2/3] added new feature template and gitignore file --- .github/ISSUE_TEMPLATE/new_feature.yml | 28 ++++++++++++++++++++++++++ .gitignore | 1 + 2 files changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_feature.yml create mode 100644 .gitignore diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml new file mode 100644 index 0000000..825cbed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_feature.yml @@ -0,0 +1,28 @@ +name: New Feature +description: Have a new feature. post it here. +title: "New Feature" +labels: ["type:feature"] +projects: ["Marek128b's DA Amateure Radio"] +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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5241d26 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +webpage/DocPage/public \ No newline at end of file From a62f03254528c18c6461905196ace9597f11d3f1 Mon Sep 17 00:00:00 2001 From: Marek128b <58476072+Marek128b@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:30:38 +0000 Subject: [PATCH 3/3] changed new feature for new projects --- .github/ISSUE_TEMPLATE/new_feature.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml index 825cbed..711d82e 100644 --- a/.github/ISSUE_TEMPLATE/new_feature.yml +++ b/.github/ISSUE_TEMPLATE/new_feature.yml @@ -2,7 +2,9 @@ name: New Feature description: Have a new feature. post it here. title: "New Feature" labels: ["type:feature"] -projects: ["Marek128b's DA Amateure Radio"] +projects: ["Marek128b/9"] +assignees: + - assign_yourself body: - type: markdown attributes: