Skip to content

Commit 2035bd0

Browse files
authored
switch to GitHub issue form (#81)
1 parent 24111ba commit 2035bd0

File tree

5 files changed

+86
-44
lines changed

5 files changed

+86
-44
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Content Request
2+
description: Suggest additional content for our lessons
3+
title: "Content Request: <TITLE>"
4+
labels: ["content 📝"]
5+
6+
body:
7+
- type: textarea
8+
id: lesson-description
9+
attributes:
10+
label: 📝 Lesson Description
11+
description: Provide a clear and concise description of the content you'd like to have included.
12+
placeholder: Provide a description of the content
13+
validations:
14+
required: true
15+
- type: dropdown
16+
id: authoring-write
17+
attributes:
18+
label: ✍ Authoring of the lesson - Writing
19+
description: Indicate if you want to (help) write the lesson.
20+
options:
21+
- Yes I can
22+
- Yes, but I need some support
23+
- No, sorry
24+
validations:
25+
required: true
26+
- type: dropdown
27+
id: authoring-present
28+
attributes:
29+
label: 👩‍🏫 Authoring of the lesson - Presenting
30+
description: If you are authoring then indicate if you want to join our live stream to help teach this lesson.
31+
options:
32+
- "Yes"
33+
- "No"
34+
validations:
35+
required: true
36+
- type: markdown
37+
attributes:
38+
value: |
39+
Thanks! 😃 That's all we need to know for now. If you're interested in contributing to the lesson yourself, please read the [Contributing Guidelines](https://github.com/marcduiker/azure-functions-university/blob/main/CONTRIBUTING.md)! 💪

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Question
2+
description: Ask a question about one of the lessons
3+
title: "Question: <TITLE>"
4+
labels: ["question ❓"]
5+
6+
body:
7+
- type: input
8+
id: lesson-name
9+
attributes:
10+
label: 📚 Lesson Name
11+
description: Which lesson do you have a question to?
12+
placeholder: ex. Queue Trigger & Bindings
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
id: lesson-language
17+
attributes:
18+
label: 💬 Lesson Language
19+
description: To which language(s) do you refer to
20+
options:
21+
- label: .NET Core
22+
- label: .NET 5
23+
- label: PowerShell
24+
- label: TypeScript
25+
validations:
26+
required: true
27+
- type: input
28+
id: lesson-exercise
29+
attributes:
30+
label: 🤸 Lesson Exercise Number
31+
description: If applicable - Which exercise do you have a question to?
32+
placeholder: ex. number 1.3
33+
validations:
34+
required: false
35+
- type: textarea
36+
id: question-text
37+
attributes:
38+
label: 📝 Question
39+
description: Ask a clear and concise question.
40+
placeholder: Ask a clear and concise question.
41+
validations:
42+
required: true
43+
- type: markdown
44+
attributes:
45+
value: |
46+
For issues or feature requests related to Azure Functions itself please go to the [Azure Functions repository](https://github.com/Azure/Azure-Functions#issues--feature-requests).

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/content_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)