Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug Report
about: Report a bug encountered while working with cca CLI
labels: bug
---
### Description

Describe the issue.

#### Actual Behavior

Describe what happened.

```
```

Do you have long logs to share? Please go to https://ghostbin.com and insert the link here.

#### Expected Behavior

Describe what you expected to happen.

```
```

### Replication Case

Tell us which steps to take to replicate your problem.

1. ...
2. ...
3. ...

### Environment

- Version (use `cca version`):
- OS (e.g: `cat /etc/os-release`):
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Enhancement Request
about: Suggest an enhancement to the cca CLI
labels: enhancement
---
### What would you like to be added

1. ...
2. ...
3. ...

### Why is this needed

1. ...
2. ...
3. ...
6 changes: 1 addition & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Put an `x` into the box(es) that apply:
- [ ] This pull request enhances existing functionality.
- [ ] This pull request introduces breaking change.

For more information, see the [Contributing Guide](https://github.com/cloud-ca/cca/tree/master/CONTRIBUTING.md).

### Description

Describe what this pull request achieves. Ensure you have read the [Contributing Guidelines](https://github.com/cloud-ca/cca/tree/master/CONTRIBUTING.md) document before submitting.
Describe what this pull request achieves.

### Issues Resolved

Expand All @@ -21,8 +19,6 @@ List any existing issues this pull request resolves.

Put an `x` into all boxes that apply:

- [ ] I have read the [Contributing Guidelines](https://github.com/cloud-ca/cca/tree/master/CONTRIBUTING.md).

#### Tests

- [ ] I have added tests to cover my changes.
Expand Down