Skip to content

Commit 593e32a

Browse files
committed
docs: adds issue templates
1 parent da5f494 commit 593e32a

File tree

4 files changed

+104
-0
lines changed

4 files changed

+104
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior
4+
title: "[BUG] "
5+
labels: bug
6+
---
7+
8+
## Description
9+
10+
<!-- A clear and concise description of what the bug is -->
11+
12+
## Steps to Reproduce
13+
14+
1.
15+
2.
16+
3.
17+
18+
## Expected Behavior
19+
20+
<!-- What you expected to happen -->
21+
22+
## Actual Behavior
23+
24+
<!-- What actually happened -->
25+
26+
## Environment
27+
28+
- **OS**: <!-- e.g., macOS 14.0, Ubuntu 22.04, Windows 11 -->
29+
- **Python Version**: <!-- e.g., 3.9.7 -->
30+
- **Cloudsmith CLI Version**: <!-- Run `cloudsmith --version` -->
31+
32+
## Logs/Output
33+
34+
<!-- If applicable, add logs or command output -->
35+
36+
```
37+
paste logs here
38+
```
39+
40+
## Additional Context
41+
42+
<!-- Add any other context about the problem here -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Cloudsmith Documentation
4+
url: https://help.cloudsmith.io/docs/cloudsmith-cli
5+
about: Check the official Cloudsmith CLI documentation
6+
- name: Cloudsmith Support
7+
url: https://cloudsmith.io/support/
8+
about: Contact Cloudsmith support for account-specific issues
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or enhancement
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
---
7+
8+
## Summary
9+
10+
<!-- A clear and concise description of the feature you'd like -->
11+
12+
## Problem Statement
13+
14+
<!-- What problem does this feature solve? -->
15+
16+
## Proposed Solution
17+
18+
<!-- Describe how you'd like this feature to work -->
19+
20+
## Alternatives Considered
21+
22+
<!-- Any alternative solutions or features you've considered -->
23+
24+
## Use Case
25+
26+
<!-- Describe your use case for this feature -->
27+
28+
## Additional Context
29+
30+
<!-- Add any other context, mockups, or screenshots about the feature request -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Question
3+
about: Ask a question about using the Cloudsmith CLI
4+
title: "[QUESTION] "
5+
labels: question
6+
---
7+
8+
## Question
9+
10+
<!-- Your question here -->
11+
12+
## Context
13+
14+
<!-- Any relevant context that might help answer your question -->
15+
16+
## What I've Tried
17+
18+
<!-- What have you already tried or researched? -->
19+
20+
## Environment (if relevant)
21+
22+
- **OS**:
23+
- **Python Version**:
24+
- **Cloudsmith CLI Version**:

0 commit comments

Comments
 (0)