Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@cloudsmith-ceng
Comment thread
BartoszBlizniak marked this conversation as resolved.
Outdated
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report a problem with the Cloudsmith orb
title: "[Bug]: "
---

## Summary

Describe the problem.

## What You Expected

Describe the behavior you expected.

## What Happened

Describe what actually happened, including any error output.

## Relevant Config

Provide the relevant CircleCI config or orb usage snippet.

```yaml
# Paste config here
```

## Additional Context

Add anything else that might help reproduce or explain the issue.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an improvement for the Cloudsmith orb
title: "[Feature]: "
---

## Summary

Describe the feature or improvement you want.

## Problem or Use Case

Explain the problem this would solve or the workflow it would improve.

## Proposed Solution

Describe the change you would like to see.

## Alternatives Considered

Describe any alternatives you have considered.

## Additional Context

Add any extra context, examples, or references.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Description

<!-- Provide a brief description of the changes in this PR -->

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Refactoring
- [ ] Other (please describe)

## Additional Notes

<!-- Any additional context or screenshots -->
Loading