Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3bae384

Browse files
docs: added docs changes and docs bug issue templates (#1696)
1 parent e38c2cc commit 3bae384

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Docs Bug 🐞 report
2+
description: Report mistakes and/or bugs in LocalStack Docs.
3+
title: "[Docs Bug 🐞 report]: "
4+
labels: "🐞 docs bug"
5+
assignees: quetzalliwrites, HarshCasper
6+
-
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for reporting mistakes and/or bugs in LocalStack Docs. We appreciate your contribution! πŸ™‚
12+
- type: textarea
13+
id: describe-bug
14+
attributes:
15+
label: Describe the bug you found in LocalStack Docs.
16+
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.
17+
placeholder: "I would like to file a LocalStack Docs Bug 🐞 report about..."
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: reproduce-bug
22+
attributes:
23+
label: Attach any resources that can help us understand the issue.
24+
description: Send us screenshots, direct quotes of the text that has issues, a link to the GitHub repository with project that has issues, etc. Help us reproduce this Docs issue.
25+
placeholder: "Please find attached a screenshot of the text with issues..."
26+
validations:
27+
required: true
28+
- type: checkboxes
29+
id: terms
30+
attributes:
31+
label: Code of Conduct
32+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/localstack/docs?tab=coc-ov-file#readme)
33+
options:
34+
- label: I agree to follow this project's Code of Conduct
35+
required: true

β€Ž.github/issue_templates/docs.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: πŸ“‘ Docs
2+
description: Propose changes and improvements to LocalStack Docs.
3+
labels: "πŸ“‘ docs"
4+
title: "[πŸ“‘ Docs]: "
5+
assignees: quetzalliwrites, HarshCasper
6+
-
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for contributing to LocalStack Docs! We appreciate your feedback, ideas, and contributions.
12+
13+
- type: textarea
14+
id: reason-context
15+
attributes:
16+
label: What docs changes are you proposing?
17+
description: Why do the docs need this improvement? What is the motivation for this change?
18+
placeholder: "I would like to contribute to LocalStack Docs πŸ“‘ by..."
19+
validations:
20+
required: true
21+
- type: checkboxes
22+
id: terms
23+
attributes:
24+
label: Code of Conduct
25+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/localstack/docs?tab=coc-ov-file#readme)
26+
options:
27+
- label: I agree to follow this project's Code of Conduct
28+
required: true

0 commit comments

Comments
Β (0)