You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/docs-bug.yml
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,21 @@
1
-
name: Docs Bug 🐞 report
1
+
name: 📑🐞 Docs Bug
2
2
description: Report mistakes and/or bugs in AsyncAPI Docs.
3
-
title: "[Docs Bug 🐞 report]: "
4
-
labels: "🐞 docs bug"
5
-
assignees: alequetzalli
6
-
-
3
+
labels: "📑 docs"
4
+
title: "[📑🐞 Docs Bug]: "
5
+
type: Bug
7
6
body:
8
7
- type: markdown
9
8
attributes:
10
9
value: |
11
10
Thank you for reporting mistakes and/or bugs 🐞 in AsyncAPI Docs 📑. We appreciate your contribution! 🙂
12
11
13
-
Before filing this `Docs Bug` report, please make sure to check if someone already filed this bug report in our [Dev Docs Board](https://github.com/orgs/asyncapi/projects/8).
12
+
Before proceeding, please make sure to check if someone already filed the same bug report in our [Dev Docs Board](https://github.com/orgs/asyncapi/projects/8).
14
13
- type: textarea
15
14
id: describe-bug
16
15
attributes:
17
16
label: Describe the bug you found in AsyncAPI Docs.
18
17
description: Is there a bug in one of our code snippets? Did we explain a concept incorrectly? Please share a clear and concise description of what the bug or mistake is.
19
-
placeholder: "I would like to file an AsyncAPI Docs Bug 🐞 report about..."
18
+
placeholder: "I would like to file an AsyncAPI 📑🐞 Docs Bug report about..."
20
19
validations:
21
20
required: true
22
21
- type: textarea
@@ -37,7 +36,7 @@ body:
37
36
required: true
38
37
- type: dropdown
39
38
attributes:
40
-
label: Are you willing to work on this issue?
39
+
label: Are you willing to work on this issue?
41
40
description: This is absolutely not required, but we are happy to guide you in the contribution process.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/docs.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,21 @@ name: 📑 Docs
2
2
description: Propose changes and improvements to AsyncAPI Docs.
3
3
labels: "📑 docs"
4
4
title: "[📑 Docs]: "
5
-
assignees: alequetzalli
6
-
-
5
+
type: Feature
7
6
body:
8
7
- type: markdown
9
8
attributes:
10
9
value: |
11
10
Thank you for contributing to AsyncAPI Docs! 📑 👩🏻💻 We appreciate your feedback, ideas, and contributions.
12
11
13
-
Before filing this issue, please make sure to check if there's already a similar issue open in our [Dev Docs Board](https://github.com/orgs/asyncapi/projects/8).
12
+
Before proceeding, please make sure to check if there's already a similar issue open in our [Dev Docs Board](https://github.com/orgs/asyncapi/projects/8).
14
13
15
14
- type: textarea
16
15
id: reason-context
17
16
attributes:
18
17
label: What Dev Docs changes are you proposing?
19
18
description: Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit our Open-Source community?
20
-
placeholder: "I would like to contribute to AsyncAPI Docs 📑 by..."
19
+
placeholder: "I would like to contribute to AsyncAPI 📑 Docs by..."
21
20
validations:
22
21
required: true
23
22
- type: checkboxes
@@ -30,7 +29,7 @@ body:
30
29
required: true
31
30
- type: dropdown
32
31
attributes:
33
-
label: Are you willing to work on this issue?
32
+
label: Are you willing to work on this issue?
34
33
description: This is absolutely not required, but we are happy to guide you in the contribution process.
0 commit comments